1int main (int argc, char const *argv[])
2{
3 return argc; // break here
4}
5
6

source code of lldb/test/API/commands/command/backticks/main.c