leo/asg/tests/pass/function/empty.leo
2021-01-25 07:19:38 -08:00

5 lines
54 B
Plaintext

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