1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf/org.eclipse.cdt.examples.dsf.pda/pdavm/tests/vmtest_children.pda
2009-01-08 21:08:05 +00:00

8 lines
60 B
Text

var a
var a.b
var a.c
push 1
pop $a.b
push $a.b
output
halt