// Without PCH
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin10 -fobjc-arc %s -include %s -include %s
// With PCH
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin10 -fobjc-arc %s -chain-include %s -chain-include %s
// expected-no-diagnostics
//===----------------------------------------------------------------------===//
// Primary header
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// Dependent header
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
void
//===----------------------------------------------------------------------===//