mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02: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.
4 lines
46 B
C++
4 lines
46 B
C++
#define M(x) String {x + "lo"}
|
|
|
|
M("he" + "l")
|