mte/unikernel/duniverse/cppo/test/comment_in_formals.cppo

3 lines
50 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#define FOO(x, (* a comment *) y) x+y
FOO(42, 23)