blob: ea0d7beacec79f0bf0b04ffa05301dd709a2fa55 [file] [log] [blame]
%module cpp_invalid_scope
%template(abc) SSS::AAA<int>;
namespace UUU {
struct JJJ;
}
%template(xxx) UUU::JJJ<int>;