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