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