./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040901-1.c
blob68aaa74ae7e3df89a7fa80d04e4cc77272d920db
1 typedef enum {a, b} __attribute__((__mode__(__QI__))) x;
2 x foo;