mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-24 18:12:28 +03:00
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
import test_import.foo as bar;
|
|
|
|
function main() {
|
|
assert_eq!(bar(), 1u32);
|
|
} |