1 /* Make sure that we don't free any temp stack slots associated with
2 initializing marker before we're finished with them. */
6 typedef struct { short v16
; } __attribute__((packed
)) jint16_t
;
12 } __attribute__((packed
));
14 struct node node
, *node_p
= &node
;
18 struct node marker
= {
19 .magic
= (jint16_t
) {0x1985},
20 .nodetype
= (jint16_t
) {0x2003},
21 .totlen
= node_p
->totlen
23 if (marker
.magic
.v16
!= 0x1985)
25 if (marker
.nodetype
.v16
!= 0x2003)