Init new repository
This commit is contained in:
9
tests/import_libc.txt
Normal file
9
tests/import_libc.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
// #failed: parse
|
||||
// #error: no package with name
|
||||
import "qweeeewewe";
|
||||
|
||||
main :: proc(): int {
|
||||
a := malloc(32);
|
||||
free(a);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user