mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-03 15:52:15 +03:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
import test-import.foo;
|
||
|
|
||
|
function main() {
|
||
|
console.assert(foo() == 1u32);
|
||
|
}
|