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

@import Umbrella;
int main() {
  struct S s = getS(); // break here
  return s.i;
}