prog8/compiler/res/prog8lib/virtual/test_stack.p8
2024-03-02 23:19:39 +01:00

11 lines
130 B
Lua

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