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

#define COMM / ## *
COMM

OpenPOWER on IntegriCloud