llvm/lldb/test/API/lang/objc/modules-update/first.m

@import Umbrella;
int main(int argc, char **argv) {
  f(); // break here
  return 0;
}