mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5258039926
commit
da0f20eb31
3 changed files with 15 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ file
|
|||
test32.in,
|
||||
test32.out,
|
||||
test33.in,
|
||||
test33.out;
|
||||
test33.out,
|
||||
test34.in,
|
||||
test34.out;
|
||||
|
||||
mainconfig
|
||||
"" = "",
|
||||
|
|
|
|||
4
autotest/CppParser/test34.in
Normal file
4
autotest/CppParser/test34.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
using Foo = String;
|
||||
|
||||
template<class T>
|
||||
using Vec = std::vector<T,My_alloc<T>>;
|
||||
8
autotest/CppParser/test34.out
Normal file
8
autotest/CppParser/test34.out
Normal 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> {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue