leo/tests/parser/functions/const_function.leo
2022-03-28 10:35:36 -07:00

9 lines
79 B
Plaintext

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