leo/compiler/tests/function/empty.leo
2020-07-17 12:59:18 -07:00

5 lines
54 B
Plaintext

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