leo/tests/parser/circuits/fields_fail.leo
2022-01-28 10:34:02 -08:00

16 lines
143 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
circuit X {
x: u32
y: u32
}
circuit X {
x: u32,
y: u32;
, // recovery witness
}