Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s
      2 
      3 // CHECK-NOT: #define __clang__
      4 // CHECK: #define foo 1
      5