mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00

Similarly to the LibCpp parser regression tests, these tests run the preprocessor on the .cpp test files under Userland/LibCpp/Tests/preprocessor, and compare the output with existing .txt ground truth files.
3 lines
46 B
C++
3 lines
46 B
C++
#define M(x) String {x + "lo"}
|
|
|
|
M("he" + "l")
|