leo/tests/compiler/function/empty.leo
2021-04-19 18:08:14 -07:00

5 lines
54 B
Plaintext

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