brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · 0f95cd5 Raw
5 lines · c
1// RUN: %clang_cc1 -std=c11 -emit-pch -o %t.ast %S/Inputs/choose.c2// RUN: %clang_cc1 -std=c11 -ast-merge %t.ast -fsyntax-only -verify %s3// expected-no-diagnostics4 5