summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_template_argname.i
blob: b87c115c1be0fe6a0d451b955fc02d5b47d4c0f1 (plain)
1
2
3
4
5
6
7
8
%module xxx

template<T> T blah(T x);