11 lines
109 B
Lua

; dummy function on the VM
%import textio
test_stack {
%option ignore_unused
sub test() {
}
}