blob: b975af3fb29fa1f892a9f687943a1c20120b68cb [file] [log] [blame]
// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=html -o PR12421.html %s 2>&1 | FileCheck %s
// Test for PR12421
#include "diag-cross-file-boundaries.h"
int main(){
f();
return 0;
}
// CHECK: warning: Path diagnostic report is not generated.