.
[official-gcc.git] / gcc / testsuite / g++.dg / ipa / pr69241-3.C
blob3894dc3daa677bb6e72d4d582cf7c4667523f8d2
1 // PR ipa/69241
2 // { dg-do compile }
3 // { dg-options "-O2" }
5 struct R { int x[100]; };
6 __attribute__ ((noreturn)) R bar ();
8 void
9 foo ()
11   bar ();