mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-24 10:01:40 +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;
|
|
} |