llvm/lldb/test/API/functionalities/breakpoint/breakpoint_language/b.cpp

int
func_from_cpp()
{
    return 10;
}