leo/tests/parser/circuits/fields_fail.leo

14 lines
116 B
Plaintext

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