1// This is a dump little pair of test files
2
3int func(int argc, const char *argv[]) {
4 return (argc + 1) * (argv[argc][0] + 2);
5}
6
7int main(int argc, const char *argv[]) { return func(argc: 0, argv); }
8

source code of lldb/test/API/debuginfod/SplitDWARF/main.c