1#include <stdio.h>
2extern void f();
3void f() { puts(s: "break here"); }
4

source code of lldb/test/API/commands/command/language/lib.cpp