blob: 0066c26c83bdaf8d0acf76f23d3913d33f46ae14 [file] [log] [blame]
// PR tree-opt/21994
// { dg-do compile }
// { dg-options "-O2" }
_Complex float f(void);
_Complex float g(void) throw()
{
return f();
}