llvm/lldb/test/API/functionalities/breakpoint/breakpoint_language/a.c

int 
func_from_c ()
{
  return 5;
}