1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-05 17:26:31 +03:00
leo/compiler/tests/circuits/inline_undefined.leo

3 lines
40 B
Plaintext
Raw Normal View History

function main() {
2020-07-30 21:11:54 +03:00
let a = Foo { };
}