DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / lldb / packages / Python / lldbsuite / test / lang / mixed / foo.cpp
1234567891011
namespace ns { int func(void) { return 0; } } extern "C" int foo(void) { return ns::func(); }