aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20040901-1.c
blob: 68aaa74ae7e3df89a7fa80d04e4cc77272d920db (plain)
1
2
typedef enum {a, b} __attribute__((__mode__(__QI__))) x;
x foo;