diff options
Diffstat (limited to 'Userland/Libraries/LibCpp/Tests/parser/struct.ast')
-rw-r--r-- | Userland/Libraries/LibCpp/Tests/parser/struct.ast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCpp/Tests/parser/struct.ast b/Userland/Libraries/LibCpp/Tests/parser/struct.ast index f58f4c3f8b..112dffe263 100644 --- a/Userland/Libraries/LibCpp/Tests/parser/struct.ast +++ b/Userland/Libraries/LibCpp/Tests/parser/struct.ast @@ -1,6 +1,7 @@ TranslationUnit[1:0->12:0] StructOrClassDeclaration[1:7->7:0] MyStruct + VariableDeclaration[3:4->4:4] NamedType[3:4->3:6] int |