[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / darwin-warning-options.c
blobb0a591eac8204d106f7ecf88495e83b1b87872d8
1 // REQUIRES: system-darwin
3 // Always error about undefined 'TARGET_OS_*' macros on Darwin.
4 // RUN: %clang -### %s 2>&1 | FileCheck %s
6 // CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
7 // CHECK-DAG: "-Werror=undef-prefix"