summaryrefslogtreecommitdiff
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}))