aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/crash64.C
blob: 9e1dfea6c32a6c00001b15dbc1ef60074c3f7c09 (plain)
1
2
3
4
5
6
7
// PR c++/58565
// { dg-options "" }

void foo()
{
  int i = ({ L: ; });  // { dg-error "void value not ignored" }
}