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

2 lines
50 B
Text

#define FOO(x, (* a comment *) y) x+y
FOO(42, 23)