Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/
H A Dsize_and_alignment.pass.cpp37 typedef MyArray<T, Size == 0 ? 1 : Size> MyArrayT; in test() typedef
39 static_assert(sizeof(ArrayT) == sizeof(MyArrayT), ""); in test()
40 static_assert(TEST_ALIGNOF(ArrayT) == TEST_ALIGNOF(MyArrayT), ""); in test()