Sign in
rust
/
rust-lang
/
llvm-project
/
af8f9eb61a2ad4ee1f2d3f46d157b93a47c6a4bf
/
.
/
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
}