1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
3 /* { dg-require-alias "" } */
4 /* { dg-final { scan-assembler "@(PLT|plt)" { target i?86-*-* x86_64-*-* powerpc*-*-linux* } } } */
6 __attribute__((noinline
, noclone
))
12 static void g (short) __attribute__ ((alias ("f")));