5 lines
54 B
C++
5 lines
54 B
C++
|
|
#define M(x, y, z) x y = z;
|
||
|
|
|
||
|
|
M(Vector, vec, ({1,2}))
|
||
|
|
|