PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / dr393.C
blob4a7645a618fbb4023ff4c4cc813f031987e56d10
1 // DR 393
2 // { dg-options -Wpedantic }
4 void f(int (&)[]);  // { dg-warning "unknown bound" "" { target c++14_down } }