OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010313-1.c
1 /* Origin: Joseph Myers <jsm28@cam.ac.uk>.  */
2 /* After the open parenthesis before the __attribute__, we used to shift
3    the __attribute__ (expecting a parenthesised abstract declarator)
4    instead of reducing to the start of a parameter list.  */
5 void bar (int (__attribute__((__mode__(__SI__))) int foo));