summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_c_block_comment.c
blob: 2e5a2141698e626b26cf51bfce4c199b1874b82d (plain)
1
2
3
4
5
6
7
// RUN: clang-cc %s -Eonly 2>&1 | grep error
// RUN: clang-cc %s -Eonly 2>&1 | not grep unterminated
// RUN: clang-cc %s -Eonly 2>&1 | not grep scratch

#define COMM / ## *
COMM