diff --git a/autotest/CppParser/CppParser.upp b/autotest/CppParser/CppParser.upp index c1269da63..54cc77861 100644 --- a/autotest/CppParser/CppParser.upp +++ b/autotest/CppParser/CppParser.upp @@ -89,7 +89,9 @@ file test41.in, test41.out, test42.in, - test42.out; + test42.out, + test43.in, + test43.out; mainconfig "" = "", diff --git a/autotest/CppParser/test43.in b/autotest/CppParser/test43.in new file mode 100644 index 000000000..6ab884836 --- /dev/null +++ b/autotest/CppParser/test43.in @@ -0,0 +1,3 @@ +template +template +void Foo::Bar(B v) {} diff --git a/autotest/CppParser/test43.out b/autotest/CppParser/test43.out new file mode 100644 index 000000000..320596887 --- /dev/null +++ b/autotest/CppParser/test43.out @@ -0,0 +1,5 @@ +Foo { + INSTANCEFUNCTIONTEMPLATE, name: Bar, qitem: Bar(B), qtype: , qptype: B, natural: template , void Bar(B v), line 1, using +} + { +} \ No newline at end of file