9 lines
126 B
Text
9 lines
126 B
Text
#module_parameters(RUN_TESTS := false);
|
|
|
|
#load "buffer.jai";
|
|
|
|
#scope_module;
|
|
|
|
#if RUN_TESTS {
|
|
test :: #import "jc/test";
|
|
}
|