Fixed error with the way the string pool worked
This commit is contained in:
7
test/testError.c0
Normal file
7
test/testError.c0
Normal file
@@ -0,0 +1,7 @@
|
||||
#use <conio>
|
||||
|
||||
int main() {
|
||||
assert(2==2);
|
||||
print("yolomode");
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user