Home
last modified time | relevance | path

Searched refs:aligned_struct4 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dtransparent-union.c51 typedef struct { int x, y; } __attribute__((aligned(4))) aligned_struct4; typedef
53 aligned_struct4 s4; // expected-note{{alignment of first field}}