c++/24367: Infinite recursion of typedef substitution
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / namespace-enum.cc
CommitLineData
9c6c53f7
SA
1enum A { A_A };
2enum A a = A_A;
3
4namespace foo
5{
6enum B { B_B };
7enum B b = B_B;
8};
This page took 0.837674 seconds and 4 git commands to generate.