leo/compiler/tests/function/empty.leo

5 lines
52 B
Plaintext
Raw Normal View History

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