blob: a6c09b54642538db256d7023d042ecbe6f4f3c0a [file] [log] [blame]
// Don't compile this one with -Wno-long-long...
// Special g++ Options: -pedantic-errors
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 */