mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
/*
|
|
namespace: Input
|
|
expectation: Pass
|
|
*/
|
|
|
|
[main]
|
|
public a: bool = true;
|
|
public b: u8 = 2;
|
|
public c: field = 0;
|
|
public d: group = (0, 1)group;
|
|
public e: address = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
|
|
|
|
[registers]
|
|
r0: bool = true;
|
|
r1: u8 = 2;
|
|
r2: field = 0;
|
|
r3: group = (0, 1)group;
|
|
r4: address = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
|
|
|