1extern void f();
2
3int main() {
4 f();
5 return 0;
6}
7

source code of lldb/test/API/commands/command/language/main.mm