Home | History | Annotate | Download | only in Layout

Lines Matching defs:C3

17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };