leo/tests/parser/functions/const_function.leo

9 lines
79 B
Plaintext
Raw Normal View History

2022-01-28 21:34:02 +03:00
/*
namespace: Parse
expectation: Pass
*/
const function x() {
2022-03-28 20:35:36 +03:00
return 0;
2022-01-28 21:34:02 +03:00
}