Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dattr-aligned.c60 typedef overaligned_struct array_with_overaligned_struct[11]; typedef
63 char f0[__alignof__(array_with_overaligned_struct) == 16 ? 1 : -1] = { 0 };
65 array_with_overaligned_struct F2;