1#include <cstdio>
2
3int main(int argc, char **argv) {
4 printf(format: "argc: %d\n", argc);
5 return argv[0][0];
6}
7

source code of lldb/test/API/commands/platform/connect/main.cpp