Searched refs:MyArrayT (Results 1 – 1 of 1) sorted by relevance
37 typedef MyArray<T, Size == 0 ? 1 : Size> MyArrayT; in test() typedef39 static_assert(sizeof(ArrayT) == sizeof(MyArrayT), ""); in test()40 static_assert(TEST_ALIGNOF(ArrayT) == TEST_ALIGNOF(MyArrayT), ""); in test()