leo/compiler/tests/import/test_import.leo

8 lines
76 B
Plaintext

circuit Point {
x: u32
y: u32
}
function foo() -> u32 {
return 1u32
}