Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Analysis
/
trustnonnullchecker_test.mm
blob: fa84673492be788422db689f2b6a0c47ff42c9b8 [
file
] [
log
] [
blame
]
// RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling -verify %s
#include
"Inputs/system-header-simulator-for-nullability-cxx.h"
// expected-no-diagnostics
void
blah
()
{
foo
();
// no-crash
}