This commit is contained in:
Judah Caruso 2025-05-21 15:59:32 -06:00
parent a3a09d3b54
commit 20bd40bf1b

View file

@ -242,6 +242,15 @@ Unrolled_Loop :: struct(N: int, T: Type = void) {
}
}
basic :: #import "Basic"; // @future
pp :: #import "Program_Print"; // @future
compiler :: #import "Compiler"; // @future
// ----------------------------------------------------------
// TESTS
// ----------------------------------------------------------
#if RUN_TESTS #run {
test.run("this_block", (t) => {
i := 0;
@ -297,6 +306,3 @@ Unrolled_Loop :: struct(N: int, T: Type = void) {
});
}
basic :: #import "Basic"; // @future
pp :: #import "Program_Print"; // @future
compiler :: #import "Compiler"; // @future