mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
// namespace: Compile
|
|
// expectation: Pass
|
|
// input_file: input/dummy.in
|
|
// cwd: imports
|
|
|
|
import a0-f.foo;
|
|
import a-9.bar;
|
|
import hello-world.hello;
|
|
|
|
function main(y: bool) -> bool {
|
|
return y == true;
|
|
}
|