OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040901-1.c
1 typedef enum {a, b} __attribute__((__mode__(__QI__))) x;
2 x foo;