1 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.15.0 -emit-pch -o %t %s
2 // RUN: %clang_analyze_cc1 -triple x86_64-apple-macosx10.15.0 -include-pch %t \
3 // RUN: -analyzer-checker=core,apiModeling -verify %s
5 // RUN: %clang_cc1 -emit-pch -o %t %s
6 // RUN: %clang_analyze_cc1 -include-pch %t \
7 // RUN: -analyzer-checker=core,apiModeling -verify %s
9 // expected-no-diagnostics
13 // Pre-compiled header
17 // Literal data for this macro value will be null
24 // we need a function call here to initiate erroneous routine
25 return foo(); // no-crash