aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_invalid_template.i
blob: 45ad73908fae34e5add0804faf1034ed29f8ff9c (plain)
1
2
3
4
5
6
7
8
9
%module xxx

%template(abc) SSS::AAA<int>;

namespace UUU {
  struct JJJ;
}

%template(xxx) UUU::JJJ<int>;