Searched defs:U11 (Results 1 – 3 of 3) sorted by relevance
96 struct __attribute__((packed)) U11 { struct97 char a;98 T2 b;99 int c;
85 struct __attribute__((aligned(2))) U11 { struct86 short a;87 short b;88 char c;89 struct T1 d;
315 union U11 { /* expected-warning {{declaration does not declare anything}} */ union