11 storew 1432778632, %l04
13 storew 2578103244, %l08
15 # we expect that %l0 and %l1
16 # are coalesced and the blit
27 # struct i3 { int a, b, c; };
28 # extern struct i3 blit();
30 # struct i3 s = blit();
31 # return !(s.a == 0x223344dd
32 # && s.b == 0x66778811
33 # && s.c == 0xaabbcc55);