blob: b5d33d2dc9622cdfe0b7e3240b79b009720680bd [file] [log] [blame]
/* PR ipa/81520 */
/* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-require-effective-target fpic } */
char
a (int b)
{
a (b);
return 0;
}