mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 17:51:39 +03:00
11 lines
69 B
Plaintext
11 lines
69 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Fail
|
|
*/
|
|
|
|
expr;
|
|
|
|
x+y;
|
|
|
|
x();
|