mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 17:21:02 +00:00
3 lines
31 B
C++
3 lines
31 B
C++
|
|
#define ADD(x,y) x+y
|
||
|
|
ADD(2,5);
|