// Without PCH
// RUN: %clang_cc1 -fsyntax-only -verify -include %s -include %s %s
// With PCH
// RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
int g2 = NS::TS<int, 2>::value;
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// expected-warning@+1 {{reached main file}}
int g3 = NS::TS<int, 2>::value;
//===----------------------------------------------------------------------===//