2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / type.C
blob3c36c47ad7ad4f6ed738b3c5b29bc27452fd9e8b
1 // { dg-do assemble  }
3 typedef unsigned short ushort;
4 class foo {
5 public:
6   static ushort a;
7 };
8 extern "C" {
9 typedef unsigned short ushort;
11 ushort foo::a;
12 static int baz()
14   return foo::a;