brintos

brintos / llvm-project-archived public Read only

0
0
Text · 300 B · a1048fe Raw
10 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3#include "not exist" // expected-error{{'not exist' file not found}}4 5class AnalysisDeclContext {};6static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {7  if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {}8  bool NoReturnEdge = false;9}10