Init new repository
This commit is contained in:
14
tests/test_import_std/main/main.lc
Normal file
14
tests/test_import_std/main/main.lc
Normal file
@@ -0,0 +1,14 @@
|
||||
import "std_types";
|
||||
import "libc";
|
||||
|
||||
#`
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
`;
|
||||
|
||||
main :: proc(): int {
|
||||
TestSizes();
|
||||
a: u64 = 0;
|
||||
return :int(a);
|
||||
}
|
||||
Reference in New Issue
Block a user