[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / XRay / xray-instrument-macos.c
blobce68345ed019ffb39f7d6be0972cbda95385a0f3
1 // RUN: %clang -o /dev/null -v -fxray-instrument -target x86_64-apple-macos10.11 -c %s
2 // RUN: %clang -o /dev/null -v -fxray-instrument -target x86_64-apple-darwin15 -c %s
3 // REQUIRES: x86_64 || x86_64h
4 typedef int a;