leo/compiler/tests/function/empty.leo

5 lines
52 B
Plaintext

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