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

#include "f.h"
int main() {
  f(); // Set breakpoint here.
  return 0;
}