Searched defs:incomplete_struct (Results 1 – 2 of 2) sorted by relevance
82 struct incomplete_struct { struct83 int num;
101 typedef int incomplete_struct[-(int)__alignof(struct incomplete_struct)]; in alignof_variants() typedef