1 // PR c++/35319
2 // { dg-options "" }
3 
foo()4 void foo()
5 {
6   throw 0r;	// { dg-error "not supported" }
7 }
8