11 lines
130 B
Plaintext
Raw Normal View History

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