blob: 719c35b16b186b697e7e24cbb608b29ccb67022a [file] [log] [blame]
// PR c++/54583
// { dg-options "-Wunused-value" }
void fred()
{
int n=10;
double (*x)[n];
}