mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-03 07:41:48 +03:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
circuit X {
|
|
static const x: u32 = 2;
|
|
static const y: u32 = 5;
|
|
} |