1 2 3 4 5 6 7 8 9 10 11
struct Dummy { int i, j } /; main [int] Dummy i i.i = 0 ~int j = ~i.i j` = 69 return i.i ;/