summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Tests/preprocessor/macro1.cpp
blob: 25a9b4a71b9b05a62eb05b5cb85674787db86196 (plain)
1
2
#define ADD(x,y) x+y
ADD(2,5);