.
This commit is contained in:
parent
6b637b93a5
commit
121a1d8ed4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#module_parameters(RUN_TESTS := false);
|
||||
|
||||
uint :: #type u64;
|
||||
rune :: #type u32;
|
||||
rawptr :: #type *void;
|
||||
|
|
@ -13,8 +15,6 @@ rawptr :: #type *void;
|
|||
basic :: #import "Basic";
|
||||
compiler :: #import "Compiler";
|
||||
|
||||
RUN_TESTS :: false;
|
||||
|
||||
|
||||
#scope_file;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue