Searched defs:au4 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dstruct-packed-align.c91 union __attribute__((packed)) au4 {char c; int x;}; union
92 extern int h1[sizeof(union au4) == 4 ? 1 : -1];
93 extern int h2[__alignof(union au4) == 1 ? 1 : -1];

Completed in 81 milliseconds