1// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
2
3#define COMM1 / ## /
4COMM1
5
6