llvm/lldb/test/API/commands/command/backticks/main.c

int main (int argc, char const *argv[])
{
  return argc; // break here
}