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

9 lines
113 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
circuit X {
static const x: u32 = 2;
static const y: u32 = 5;
}