blob: 9299514c51e2c8a848f54ab317eb45dfd28671c8 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang %s -Eonly 2>&1 | grep error &&
2// RUN: clang %s -Eonly 2>&1 | not grep unterminated &&
3// RUN: clang %s -Eonly 2>&1 | not grep scratch
4
5#define COMM / ## *
6COMM
7