HomeSort by relevance Sort by last modified time
    Searched full:packed_s (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
struct-packed-align.c 14 struct __attribute__((packed)) packed_s { struct
21 extern int b1[sizeof(struct packed_s) == 10 ? 1 : -1];
22 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];

Completed in 3112 milliseconds