FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / type.C
bloba7dcde119e4f8058af2d27d90ca2be24c5073788
1 // Build don't link:
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;