ultimatepp/autotest/CppParser/test33.out
cxl a86acead53 .autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8746 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-25 10:39:37 +00:00

9 lines
No EOL
589 B
Text

<globals> {
FUNCTION, name: Foo, qitem: Foo(int), qtype: String, qptype: , natural: auto Foo(int x) -> String, line 1, using
FUNCTIONTEMPLATE, name: Test, qitem: Test(), qtype: @function(T)+v, qptype: , natural: template <class T, class V> decltype(function(T) + v) Test(), line 3, using
FUNCTION, name: Bar, qitem: Bar(int,int), qtype: @x+y, qptype: ;, natural: auto Bar(int x, int y) -> decltype(x + y), line 6, using
FUNCTIONTEMPLATE, name: Body, qitem: Body(), qtype: , qptype: , natural: template <class H> void Body(), line 8, using
}
<locals> {
hh @H + H, line: 11
}