1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 09:54:57 +00:00
serenity/Userland/Libraries/LibCpp/Tests/preprocessor/simple_define.txt
Itamar 605becb28b LibCpp: Update regressions tests results
The LibCpp regression tests results have to be updated after tweaking
the token end position calculation logic of some token types.
2022-02-09 00:51:31 +01:00

6 lines
173 B
Text

PreprocessorStatement 0:0-0:18 (#define NUMBER 1337)
KnownType 1:0-1:2 (int)
Identifier 1:4-1:4 (x)
Equals 1:6-1:6 (=)
Integer 1:8-1:13 (1337)
Semicolon 1:14-1:14 (;)