[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / objc_stmts.m
blobee7b780731a9708885c55fcefd2c62ef3ab61b54
1 // Test this without pch.
2 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -include %S/objc_stmts.h -emit-llvm -fobjc-exceptions -o - %s
3 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -include %S/objc_stmts.h -ast-print -fobjc-exceptions -o - %s | FileCheck %s
5 // Test with pch.
6 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -x objective-c -emit-pch -fobjc-exceptions -o %t %S/objc_stmts.h
7 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -include-pch %t -emit-llvm -fobjc-exceptions -o - %s 
8 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -include-pch %t -ast-print -fobjc-exceptions -o - %s | FileCheck %s
10 // CHECK: @catch(A *a)
11 // CHECK: @catch(B *b)
12 // CHECK: @catch()