mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
11 lines
130 B
Lua
11 lines
130 B
Lua
; dummy function on the VM
|
|
|
|
%import textio
|
|
|
|
test_stack {
|
|
%option no_symbol_prefixing, ignore_unused
|
|
|
|
sub test() {
|
|
}
|
|
}
|