1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // CHECK-NOT: #define __clang__ 4*f4a2713aSLionel Sambuc // CHECK: #define foo 1 5