xref: /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/a.c (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 int
func_from_c()2 func_from_c ()
3 {
4   return 5;
5 }
6