1*1844ab77STom Roeder // RUN: %clang_cc1 -std=c++03 -emit-pch -o %t.ast %S/Inputs/generic.cpp 2*1844ab77STom Roeder // RUN: %clang_cc1 -std=c++03 -ast-merge %t.ast -fsyntax-only -verify %s 3*1844ab77STom Roeder // expected-no-diagnostics 4