Files
lib_compiler/tests/const_not_folding/main/test_unused.lc

5 lines
59 B
Plaintext

import b "second";
main :: proc(): int {
return b.A;
}