mte/unikernel/duniverse/cppo/test/paren_arg.cppo

4 lines
58 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#define F(x, y) <x> <y>
F((1, (2)), 34)
F((1\,\(2\)), 34)