Fixed error with the way the string pool worked
This commit is contained in:
7
test/chararrays.c0
Normal file
7
test/chararrays.c0
Normal file
@@ -0,0 +1,7 @@
|
||||
#use <conio>
|
||||
|
||||
int main() {
|
||||
char[] A = alloc_array(char, 5);
|
||||
printchar(A[3]);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user