1 2 3 4 5 6 7 8
// PR c++/54583 // { dg-options "-Wunused-value" } void fred() { int n=10; double (*x)[n]; }