Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:arr2

1430   constexpr int arr2[] = { 1, 0, 0, 3, 0, 2, 0, 4, 0, 5 };
1431 static_assert(LastNonzero(begin(arr2), end(arr2)) == 5, "");