1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:37:34 +00:00

LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser

This commit is contained in:
Itamar 2021-08-13 13:39:14 +03:00 committed by Andreas Kling
parent fd864fbb74
commit a38c330c68
16 changed files with 4 additions and 4 deletions

View file

@ -1,27 +0,0 @@
TranslationUnit[0:0->10:1]
StructOrClassDeclaration[0:6->10:1]
A
C'tor
(
Parameter[1:6->1:10]
z
NamedType[1:6->1:10]
int
)
D'tor
(
)
FunctionDeclaration[3:4->3:14]
NamedType[3:4->3:9]
void
foo
(
)
VariableDeclaration[6:4->8:0]
NamedType[6:4->6:8]
int
x
VariableDeclaration[9:4->10:0]
NamedType[9:4->9:8]
int
y