blob: 42bd5a18159a99b37908455dc5f4418696db80ce [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -fnon-call-exceptions -Wno-return-type" } */
int f (float g)
{
try { return g >= 0; }
catch (...) {}
}