diff options
Diffstat (limited to 'clang/test/Lexer/block_cmt_end.c')
| -rw-r--r-- | clang/test/Lexer/block_cmt_end.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/Lexer/block_cmt_end.c b/clang/test/Lexer/block_cmt_end.c index 347f78f5e8d..1f0eefddf20 100644 --- a/clang/test/Lexer/block_cmt_end.c +++ b/clang/test/Lexer/block_cmt_end.c @@ -28,3 +28,11 @@ next comment ends with a trigraph escaped newline: */ foo /* expected-error {{expected '=', ',', ';', 'asm', or '__attribute__' after declarator}} */ + +// rdar://6060752 - We should not get warnings about trigraphs in comments: +// '????' +/* ???? */ + + + + |

