mte/unikernel/duniverse/cppo/test/paren_arg.cppo
2025-11-11 02:07:51 +01:00

3 lines
58 B
Text

#define F(x, y) <x> <y>
F((1, (2)), 34)
F((1\,\(2\)), 34)