2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / pr49847.C
blob42bd5a18159a99b37908455dc5f4418696db80ce
1 /* { dg-do compile } */
2 /* { dg-options "-O -fnon-call-exceptions -Wno-return-type" } */
3 int f (float g)
5   try { return g >= 0; }
6   catch (...) {}