leo/tests/compiler/import/imports/test-import.leo

12 lines
141 B
Plaintext
Raw Normal View History

2021-05-05 19:31:25 +03:00
// test: ignore
// TODO: add some tag for ignored files
circuit Point {
x: u32
y: u32
}
function foo() -> u32 {
return 1u32;
}