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