OSDN Git Service

2007-01-18 Hui-May Chang <hm.chang@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040602-1.c
1 /* Test type qualifiers.  These should as equal types.  */
2 extern volatile unsigned long foo;
3 typedef unsigned long ulong;
4 extern volatile ulong foo;
5 volatile ulong foo;