10 lines · plain
1// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core,nullability,apiModeling -verify %s2 3#include "Inputs/system-header-simulator-for-nullability-cxx.h"4 5// expected-no-diagnostics6 7void blah() {8 foo(); // no-crash9}10 1// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core,nullability,apiModeling -verify %s2 3#include "Inputs/system-header-simulator-for-nullability-cxx.h"4 5// expected-no-diagnostics6 7void blah() {8 foo(); // no-crash9}10