2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-fastcall-1.c
blobc286ed3aec7b18947eff68b72153bddc6baf2363
1 /* { dg-do compile { target i386-pc-mingw32* i386-pc-cygwin* } } */
3 void
4 __attribute__ ((fastcall))
5 f1() { }
7 void
8 _fastcall
9 f2() { }
11 void
12 __fastcall
13 f3() { }
15 int
16 __attribute__ ((fastcall))
17 f4(int x, int y, int z) { }