.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@8749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-26 08:17:56 +00:00
parent 5258039926
commit da0f20eb31
3 changed files with 15 additions and 1 deletions

View file

@ -71,7 +71,9 @@ file
test32.in,
test32.out,
test33.in,
test33.out;
test33.out,
test34.in,
test34.out;
mainconfig
"" = "",

View file

@ -0,0 +1,4 @@
using Foo = String;
template<class T>
using Vec = std::vector<T,My_alloc<T>>;

View file

@ -0,0 +1,8 @@
Foo {
TYPEDEF, name: Foo, qitem: typedef, qtype: String, qptype: , natural: using Foo, line 1, using
}
Vec {
TYPEDEF, name: Vec, qitem: typedef, qtype: vector<T,My_alloc<T>>, qptype: , natural: using Vec = std::vector<T,My_alloc<T>>, line 3, using
}
<locals> {
}