llvm/lldb/test/API/lang/objc/modules-compile-error/main.m

@import LLDBTestModule;

int main() {
  return foo(); // break here
}