xref: /llvm-project/clang/test/Preprocessor/macro_paste_bcpl_comment.c (revision 925213b0fa3f9bbbe949326bb89a8d774c05994b)
1 // RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
2 
3 #define COMM1 / ## /
4 COMM1
5 
6