blob: 3894dc3daa677bb6e72d4d582cf7c4667523f8d2 [file] [log] [blame]
// PR ipa/69241
// { dg-do compile }
// { dg-options "-O2" }
struct R { int x[100]; };
__attribute__ ((noreturn)) R bar ();
void
foo ()
{
bar ();
}