Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dalignas.cpp14 template<typename...T> struct my_union { struct
22 static_assert(sizeof(my_union<A, B, C>) == 16, ""); argument
23 static_assert(alignof(my_union<A, B, C>) == 8, "");