Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040602-1.c
blob: 8f751e36208d78a1614d5014dbfdc7262f48ab3e [
file
] [
log
] [
blame
]
/* Test type qualifiers. These should as equal types. */
extern
volatile
unsigned
long
foo
;
typedef
unsigned
long
ulong
;
extern
volatile
ulong foo
;
volatile
ulong foo
;