1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-07 10:38:07 +03:00
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();
}