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

6 lines
74 B
C

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