]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Preprocessor/macro_paste_bcpl_comment.c
Vendor import of clang trunk r154661:
[FreeBSD/FreeBSD.git] / test / Preprocessor / macro_paste_bcpl_comment.c
1 // RUN: %clang_cc1 %s -Eonly 2>&1 | grep error
2
3 #define COMM1 / ## /
4 COMM1
5