leo/tests/parser/functions/const_function.leo
2022-01-28 10:34:02 -08:00

9 lines
80 B
Plaintext

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