Searched refs:aligned_struct4 (Results 1 – 1 of 1) sorted by relevance
51 typedef struct { int x, y; } __attribute__((aligned(4))) aligned_struct4; typedef53 aligned_struct4 s4; // expected-note{{alignment of first field}}