leo/tests/parser/functions/const_input_fail.leo
2021-04-12 13:15:39 -07:00

8 lines
77 B
Plaintext

/*
ns: Parse
expectation: Fail
*/
function x(const input) {
return ();
}