mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
8 lines
60 B
Text
8 lines
60 B
Text
var a
|
|
var a.b
|
|
var a.c
|
|
push 1
|
|
pop $a.b
|
|
push $a.b
|
|
output
|
|
halt
|