DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.8 / 1%3A3.8.1-24 / 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(); }