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
/
macro3.cpp
blob: b02baa5d9335a0cc504c9748abe3a54d4095b0ea (
plain
)
1
2
3
4
#define M(x, y, z) x y = z; M(Vector, vec, ({1,2}))