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

6 lines
36 B
C

int
func_from_c ()
{
return 5;
}