[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / arc-exceptions.m
blob4501ccd07382340106393d62b069ae7bc74c34bd
1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
2 // RUN: grep objective-c %t.log
3 // RUN: not grep "fobjc-arc-exceptions" %t.log
4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
5 // RUN: grep "fobjc-arc-exceptions" %t.log