mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
9 lines
60 B
Text
9 lines
60 B
Text
![]() |
var a
|
||
|
var a.b
|
||
|
var a.c
|
||
|
push 1
|
||
|
pop $a.b
|
||
|
push $a.b
|
||
|
output
|
||
|
halt
|