mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-21 17:21:34 +03:00
14 lines
74 B
Plaintext
14 lines
74 B
Plaintext
/*
|
|
ns: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
expr;
|
|
|
|
();
|
|
|
|
x+y;
|
|
|
|
(x,y);
|
|
|
|
x(); |