mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +03:00
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
increment(foo, bar, baz);
|
|
|
|
increment(foo, 2u8, 3u8);
|