blob: 818958ea1e9fc8af0efe1a8f60b131b3f58d0244 [file] [log] [blame]
Argyrios Kyrtzidis90176d12010-07-27 12:56:10 +00001// Test this without pch.
2// RUN: %clang_cc1 -include %S/cxx-required-decls.h %s -emit-llvm -o - | FileCheck %s
3
4// Test with pch.
5// RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-required-decls.h
6// RUN: %clang_cc1 -include-pch %t %s -emit-llvm -o - | FileCheck %s
7
8// CHECK: @_ZL5globS = internal global %struct.S zeroinitializer
Argyrios Kyrtzidis90e99a82010-07-29 18:15:58 +00009// CHECK: @_ZL3bar = internal global i32 0, align 4