xref: /llvm-project/clang/test/ASTMerge/generic-selection-expr/test.cpp (revision 1844ab770cb9380a1896d83b1863b93766ffdf22)
1 // RUN: %clang_cc1 -std=c++03 -emit-pch -o %t.ast %S/Inputs/generic.cpp
2 // RUN: %clang_cc1 -std=c++03 -ast-merge %t.ast -fsyntax-only -verify %s
3 // expected-no-diagnostics
4