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