1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=text -verify %s
2 // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=text -analyzer-config prune-paths=false -DNPRUNE=1 -verify %s
4 // "prune-paths" is a debug option only; this is just a simple test to see that
15 // expected-note@-2 {{Calling 'helper'}}
16 // expected-note@-3 {{Returning from 'helper'}}
19 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
20 // expected-note@-1 {{Dereference of null pointer}}