index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
/
Tests
/
preprocessor
/
macro1.cpp
blob: 25a9b4a71b9b05a62eb05b5cb85674787db86196 (
plain
)
1
2
#define ADD(x,y) x+y ADD(2,5);