Searched refs:c_a1 (Results 1 – 1 of 1) sorted by relevance
117 const int(&c_a1)[4] = a1; in test_constexpr() local123 if (&gsl::at(c_a1, i) != &a1[i]) return false; in test_constexpr()