Searched refs:au6 (Results 1 – 1 of 1) sorted by relevance
108 union au6 {char c; __attribute__((packed, aligned(2))) int x;}; union109 extern int k1[sizeof(union au6) == 4 ? 1 : -1];110 extern int k2[__alignof(union au6) == 2 ? 1 : -1];