Init new repository
This commit is contained in:
7
tests/import_libc2.txt
Normal file
7
tests/import_libc2.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
import "libc";
|
||||
|
||||
main :: proc(): int {
|
||||
a: *int = malloc(sizeof(:int));
|
||||
defer free(a);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user