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; } }