**Tristan B. Velloza Kildaire commented on issue <a href="https://deavmi.assigned.network/git/tlang/tlang/issues/80">tlang/tlang#80</a>**
Pointer support
> - I should now go and test function calls that have `int[]` in them
It is struggling with this:
```chroma d
int function(int[] ptr)
{
*(ptr+0) = 2+2;
return (*ptr)+1*2;
}
```
https://deavmi.assigned.network/git/tlang/tlang/issues/80#issuecomment-1200