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

8 lines
84 B
Plaintext

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