blob: 5b3915b865cd62b390c1b14941264ce1f1e069eb [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
#include "not exist" // expected-error{{'not exist' file not found}}
class AnalysisDeclContext {};
static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
if (const AsmStmt *AS = dyn_cast<AsmStmt>(S)) {}
bool NoReturnEdge = false;
}