Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[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.523787 seconds and 4 git commands to generate.