OSDN Git Service

PR testsuite/21010
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / i386-fastcall-1.c
1 /* { dg-do compile { target i386-pc-mingw32* i386-pc-cygwin* } } */
2
3 void
4 __attribute__ ((fastcall))
5 f1() { }
6
7 void
8 _fastcall
9 f2() { }
10
11 void
12 __fastcall
13 f3() { }
14
15 int
16 __attribute__ ((fastcall))
17 f4(int x, int y, int z) { }