blob: 48d359c11b99584c11997ec8f3a466e502ea2df1 [file] [log] [blame]
Argyrios Kyrtzidis9d50c062010-08-09 10:54:20 +00001// Test this without pch.
2// RUN: %clang_cc1 -include %S/objcxx-ivar-class.h -verify %s -emit-llvm -o - | FileCheck %s
3
4// Test with pch.
5// RUN: %clang_cc1 -x objective-c++-header -emit-pch -o %t %S/objcxx-ivar-class.h
6// RUN: %clang_cc1 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
7
8// CHECK: [C .cxx_destruct]
9// CHECK: [C .cxx_construct]