mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 08:02:14 +03:00
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
circuit X {
|
|
static const x: u32 = 2u32;
|
|
static const y: u32 = 5u32;
|
|
} |