xref: /llvm-project/clang/test/ASTMerge/generic-selection-expr/test.cpp (revision 1844ab770cb9380a1896d83b1863b93766ffdf22)
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