Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / namespace-enum-main.cc
1 namespace foo {
2 int aglobal = 0;
3 }
4
5 int main() {return 0;}
This page took 0.028594 seconds and 4 git commands to generate.