Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ext / attrib1.C
blobe879791665d36a431ce42b1fc5ceca5e95d7f8ec
1 // { dg-do assemble { target i?86-*-* x86_64-*-* } }
2 // { dg-require-effective-target ilp32 }
3 // Test for using prefix attributes in a parameter decl.
4 // Contributed by Jason Merrill <jason@cygnus.com>
6 #define _stdcall __attribute__ ((__stdcall__))
8 typedef void (_stdcall* pfn)();
10 void f (void (_stdcall*)    ());
11 void f (void (_stdcall* pfn)());