summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/ns19.C
blob: 77e77380b6a1e75bc0eba546a6f9cff2ad8ba8dd (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// Origin: Chip Salzenberg <chip@valinux.com>

namespace N {
enum { E = 0 };
static int f() { return E; }
}