1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-05 17:26:31 +03:00
leo/tests/parser/circuits/fields.leo
2021-04-12 13:15:40 -07:00

9 lines
79 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
circuit X {
x: u32,
y: u32,
}