1#include "a.h"
2
3S<double> a1;
4S<int> a2;
5S<float> a3;
6
7void f(S<int> &);
8
9int main() { f(a2); }
10

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