Searched refs:passLargeArray (Results 1 – 1 of 1) sorted by relevance
52 constexpr int passLargeArray(V v) { return get(v.arr+256); } // expected-note {{in call to 'get(&v.… in passLargeArray() function53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note …