summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/pr83594.c
blob: 1927c636ec0e1f2e8c0133a129ac2e8a98e135b6 (plain)
1
2
3
4
5
__attribute__((noipa))
void foo ()
{
  foo ();
}