leo/disabled_tests/parser/circuits/consts.leo

9 lines
119 B
Plaintext
Raw Normal View History

2022-01-28 21:34:02 +03:00
/*
namespace: Parse
expectation: Pass
*/
circuit X {
2022-03-08 21:20:05 +03:00
static const x: u32 = 2u32;
static const y: u32 = 5u32;
2022-01-28 21:34:02 +03:00
}