ultimatepp/uppdev/TestCppParser/test1.out
cxl 3cd394812c Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

22 lines
No EOL
406 B
Text

<globals> {
FUNCTION Test(), line 1
FUNCTION foo(), line 15
VARIABLE global, line 13
}
Foo {
CONSTRUCTOR Foo(), line 4
STRUCT class, line 3
}
Point {
INSTANCEVARIABLE bar, line 10
INSTANCEVARIABLE next, line 9
STRUCT struct, line 7
INSTANCEVARIABLE x, line 8
INSTANCEVARIABLE y, line 8
}
<locals> {
x , line: 17
a Point, line: 18
b Point, line: 18
c Point pointer, line: 18
}