1#include "f.h"
2int main(int argc, char **argv) {
3 my_int i = argc;
4 f(); // break here
5 return 0;
6}
7

source code of lldb/test/API/lang/objc/modules-hash-mismatch/main.m