tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibCpp
/
Tests
/
preprocessor
/
macro3.cpp
at
master
4 lines
54 B
view raw
wrap content
Itamar
Tests: Add regression tests for the LibCpp preprocessor
4y ago
e57fdb63
1
#
define M(x, y, z) x y = z;
2
3
M
(
Vector
,
vec
,
(
{
1
,
2
}
)
)
4