1 /* { dg-do compile { target i?86-*-mingw32* i?86-*-cygwin* } } */
2 /* { dg-options "-std=gnu89" } */
5 __attribute__ ((fastcall
))
17 __attribute__ ((fastcall
))
18 f4(int x
, int y
, int z
) { }
20 /* Scan for global label with correct prefix and suffix. */
21 /* { dg-final { scan-assembler "\.globl\[ \t\]@f4@12" } } */