.
This commit is contained in:
parent
a3a09d3b54
commit
20bd40bf1b
1 changed files with 9 additions and 3 deletions
|
|
@ -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 {
|
#if RUN_TESTS #run {
|
||||||
test.run("this_block", (t) => {
|
test.run("this_block", (t) => {
|
||||||
i := 0;
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue