prog8/compiler/res/prog8lib/virtual/test_stack.p8

11 lines
130 B
Plaintext
Raw Normal View History

2024-02-22 22:39:31 +00:00
; dummy function on the VM
%import textio
test_stack {
%option no_symbol_prefixing, ignore_unused
sub test() {
}
}