mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
This commit is contained in:
parent
fd864fbb74
commit
a38c330c68
16 changed files with 4 additions and 4 deletions
10
Userland/Libraries/LibCpp/Tests/parser/function-decl.ast
Normal file
10
Userland/Libraries/LibCpp/Tests/parser/function-decl.ast
Normal file
|
@ -0,0 +1,10 @@
|
|||
TranslationUnit[0:0->2:0]
|
||||
FunctionDeclaration[0:0->2:0]
|
||||
NamedType[0:0->0:4]
|
||||
int
|
||||
foo
|
||||
(
|
||||
)
|
||||
FunctionDefinition[1:0->2:0]
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue