diff options
Diffstat (limited to 't/lib/h2ph.h')
-rw-r--r-- | t/lib/h2ph.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/lib/h2ph.h b/t/lib/h2ph.h index f12a6776cb..c60e8f008d 100644 --- a/t/lib/h2ph.h +++ b/t/lib/h2ph.h @@ -98,6 +98,13 @@ typedef enum _days_of_week { sun, mon, tue, wed, thu, fri, sat, Sun=0, Mon, ??= define SOMETHING_ELSE_TRIGRAPHIC_8 "??>" /* | ??>| }| */ ??=endif +// test C++-style comment + +#if 1 +typdef struct empty_struct { +} // trailing C++-style comment should not force continuation +#endif + /* comments (that look like string) inside enums... */ enum { |