rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040602-1.c

6 lines
170 B
C

/* Test type qualifiers. These should as equal types. */
extern volatile unsigned long foo;
typedef unsigned long ulong;
extern volatile ulong foo;
volatile ulong foo;