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

6 lines
39 B
C++

int
func_from_cpp()
{
return 10;
}