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

template <typename T> struct S {
  T t;
};