leo/tests/parser/circuits/fields_fail.leo

9 lines
77 B
Plaintext
Raw Normal View History

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