Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Frontend / objc-bool-is-bool.m
blobb7051f37ee2bc993278e118f67ee6a4e08654b50
1 // RUN: %clang_cc1 -fsyntax-only -E -dM -triple=armv7k-apple-watchos %s | FileCheck --check-prefix=BOOL %s
2 // RUN: %clang_cc1 -fsyntax-only -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s
3 // RUN: %clang_cc1 -x c -fsyntax-only -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s
4 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s
5 // RUN: %clang_cc1 -x c++ -fsyntax-only -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s
7 // BOOL: #define __OBJC_BOOL_IS_BOOL 1
8 // BOOL-NOT: #define __OBJC_BOOL_IS_BOOL 0
10 // CHAR: #define __OBJC_BOOL_IS_BOOL 0
11 // CHAR-NOT: #define __OBJC_BOOL_IS_BOOL 1