brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · a1874a4 Raw
4 lines · cpp
1// RUN: %clang_cc1 -std=c++03 -emit-pch -o %t.ast %S/Inputs/generic.cpp2// RUN: %clang_cc1 -std=c++03 -ast-merge %t.ast -fsyntax-only -verify %s3// expected-no-diagnostics4