mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
import test-import.*;
|
|
|
|
function main() {
|
|
const a = Point { x: 1u32, y: 0u32 };
|
|
|
|
console.assert(foo() == 1u32);
|
|
} |