11 lines
109 B
Plaintext
Raw Permalink Normal View History

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