.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@9003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-10-11 20:57:52 +00:00
parent d683173f72
commit 15aa8b430b
3 changed files with 11 additions and 1 deletions

View file

@ -89,7 +89,9 @@ file
test41.in,
test41.out,
test42.in,
test42.out;
test42.out,
test43.in,
test43.out;
mainconfig
"" = "",

View file

@ -0,0 +1,3 @@
template<typename A>
template<typename B>
void Foo<A>::Bar(B v) {}

View file

@ -0,0 +1,5 @@
Foo {
INSTANCEFUNCTIONTEMPLATE, name: Bar, qitem: Bar(B), qtype: , qptype: B, natural: template <typename A> ,<typename B> void Bar(B v), line 1, using
}
<locals> {
}