diff options
Diffstat (limited to 'Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt')
-rw-r--r-- | Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt b/Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt new file mode 100644 index 0000000000..e491aa6e5c --- /dev/null +++ b/Userland/Libraries/LibCpp/Tests/preprocessor/macro2.txt @@ -0,0 +1,8 @@ +KnownType 2:0-2:0 (String) +LeftCurly 2:0-2:0 ({) +DoubleQuotedString 2:0-2:0 ("he") +Plus 2:0-2:0 (+) +DoubleQuotedString 2:0-2:0 ("l") +Plus 2:0-2:0 (+) +DoubleQuotedString 2:0-2:0 ("lo") +RightCurly 2:0-2:0 (}) |