Home | History | Annotate | Download | only in Layout

Lines Matching defs:C4

18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };