10 lines
263 B
Text
10 lines
263 B
Text
#scope_file #run {
|
|
compiler :: #import "Compiler";
|
|
compiler.set_build_options_dc(.{ do_output = false });
|
|
|
|
_ :: #import "jc"(true);
|
|
_ :: #import "jc/math"(RUN_TESTS = true);
|
|
_ :: #import "jc/fmt/base64"(true);
|
|
|
|
_ :: #import "jc/x/json"(true);
|
|
}
|