1int main(int argc, char **argv) {
2 // Break on main.
3 return 1;
4}
5

source code of lldb/test/Shell/SymbolFile/Inputs/main.c