mirror of
https://github.com/irmen/prog8.git
synced 2025-07-23 13:24:32 +00:00
11 lines
109 B
Lua
11 lines
109 B
Lua
; dummy function on the VM
|
|
|
|
%import textio
|
|
|
|
test_stack {
|
|
%option ignore_unused
|
|
|
|
sub test() {
|
|
}
|
|
}
|