2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / ns19.C
blob77e77380b6a1e75bc0eba546a6f9cff2ad8ba8dd
1 // { dg-do assemble  }
2 // Origin: Chip Salzenberg <chip@valinux.com>
4 namespace N {
5 enum { E = 0 };
6 static int f() { return E; }