Home
last modified time | relevance | path

Searched defs:struct_with_aligned_field (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dtls_alignment.cpp17 struct struct_with_aligned_field { struct
18 int some_aligned_data[12] __attribute__(( aligned(64) )); // 48 bytes of stuff, aligned to 64.