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

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

Completed in 81 milliseconds