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