aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/fixed2.C
blob: 1ee5538a1721df37e6929085223b8482f5abf42c (plain)
1
2
3
4
5
6
7
// PR c++/35319
// { dg-options "" }

void foo()
{
  throw 0r;	// { dg-error "not supported" }
}