llvm/lldb/test/API/lang/cpp/unique-types3/a.cpp

#include "a.h"

void f(S<int> &a) {
  (void)a; // Set breakpoint here
}