1#include "a.h"
2
3void f(S<int> &a) {
4 (void)a; // Set breakpoint here
5}
6

source code of lldb/test/API/lang/cpp/unique-types3/a.cpp