opnsense-src/test/Preprocessor/macro_undef.c

5 lines
116 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s
2009-11-04 10:04:32 -05:00
// CHECK-NOT: #define __clang__
// CHECK: #define foo 1