summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_c_block_comment.c
blob: 86f812421d8caaea648844cdc2e25675fc5f27d3 (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

OpenPOWER on IntegriCloud