leo/tests/pass/parse/function/empty.leo
2021-03-03 09:59:24 -08:00

5 lines
54 B
Plaintext

function empty() { }
function main() {
empty();
}