• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
2 
3 #define COMM1 / ## /
4 COMM1
5 
6