Home
last modified time | relevance | path

Searched refs:CArrayT (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.cpp35 typedef T CArrayT[Size == 0 ? 1 : Size]; in test() typedef
38 static_assert(sizeof(ArrayT) == sizeof(CArrayT), ""); in test()