1extern int a_function ();
2extern int b_function ();
3
4int
5main (int argc, char const *argv[])
6{
7 return a_function();
8}
9

source code of lldb/test/API/commands/target/create-deps/main.cpp