ultimatepp/uppdev/TestCppParser/test1.in
cxl a9c374a9e1 .uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@9010 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 16:11:38 +00:00

7 lines
168 B
Text

using Foo = String *;
template<class T>
using Vec = std::vector<T,My_alloc<T>> *;
template<class T>
using Vec = std::vector<T,My_alloc<T>> volatile * const;