llvm/lldb/test/API/lang/cpp/incomplete-stl-types/f.cpp

#include <set>

void f(std::set<int> &v) {
  // break here
}