mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-22 00:51:33 +03:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
import test-import.*;
|
||
|
|
||
|
function main() {
|
||
|
let a = Point { x: 1u32, y: 0u32 };
|
||
|
|
||
|
console.assert(foo() == 1u32);
|
||
|
}
|