Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dat_tests.cpp117 const int(&c_a1)[4] = a1; in test_constexpr() local
123 if (&gsl::at(c_a1, i) != &a1[i]) return false; in test_constexpr()