mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 03:04:13 +03:00
13 lines
170 B
Plaintext
13 lines
170 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file: input/dummy.in
|
|
cwd: imports
|
|
*/
|
|
|
|
import test-import.foo as bar;
|
|
|
|
function main() -> bool {
|
|
return bar() == 1u32;
|
|
}
|