[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / cxx-required-decls.cpp
blob132af6c9520048292c565f3a282dbe7904617fb6
1 // Test this without pch.
2 // RUN: %clang_cc1 -include %S/cxx-required-decls.h %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
4 // Test with pch.
5 // RUN: %clang_cc1 -x c++-header -triple %itanium_abi_triple -emit-pch -o %t %S/cxx-required-decls.h
6 // RUN: %clang_cc1 -include-pch %t %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
8 // CHECK: @_ZL5globS = internal global %struct.S zeroinitializer
9 // CHECK: @_ZL3bar = internal global i32 0, align 4
10 // CHECK: @glob_var = {{(dso_local )?}}global i32 0