1 // DR 393
2 // { dg-options -Wpedantic }
3 
4 void f(int (&)[]);  // { dg-warning "unknown bound" "" { target c++14_down } }
5