diff options
Diffstat (limited to 'tests/arr.toc')
-rw-r--r-- | tests/arr.toc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arr.toc b/tests/arr.toc index 5fb8328..3af9edd 100644 --- a/tests/arr.toc +++ b/tests/arr.toc @@ -1,4 +1,4 @@ -#include "mem.toc"; +#include "std/mem.toc"; puti ::= fn(x: int) { //tcc's giving me "incompatible types for redefinition of 'printf'" for some reason (even though the declarations have the exact same type) #C("#ifndef __TINYC__ |