DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-9 / 1%3A9.0.1-16 / lldb / packages / Python / lldbsuite / test / functionalities / breakpoint / breakpoint_options / foo.cpp
123456789101112
namespace ns { int func(void) { return 0; } } extern "C" int foo(void) { return ns::func(); }