aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/ext/stmtexpr15.C
blob: 83a831cdd4c68e5a4a003167347c8cb275fa7db6 (plain)
1
2
3
4
5
6
7
// PR c++/59097
// { dg-options "" }

void foo()
{
  int x[({ return; })];		// { dg-error "non-integral" }
}