aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C
blob: 8fb85e80f52536255742591dc371e99f314ebf79 (plain)
1
2
3
4
short volatile short var_0_2;              /* ERROR - duplicate short */
long volatile long var_0_3;                /* ERROR - duplicate long */
signed volatile signed var_0_7;            /* ERROR - duplicate signed */
unsigned volatile unsigned var_0_8;        /* ERROR - duplicate unsigned */