From 96e5ce447a6e5bf7302a5f905b1bb0a996c0502c Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 9 Jan 2026 12:31:32 +0100 Subject: cpp: fix multiline comment in skipped preprocessor directive --- test/07-pp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/07-pp.c') diff --git a/test/07-pp.c b/test/07-pp.c index 47b9dbb..071b359 100644 --- a/test/07-pp.c +++ b/test/07-pp.c @@ -37,7 +37,7 @@ s #ifdef CMD_WORKING int main(V) -#endif +#endif // comment { int CATl(foo); ++foobar; -- cgit v1.2.3