blob: e238480ad68e0286cc571344c8ef4dff58f84da9 [file] [log] [blame]
static void f(void) {
int *p = 0;
*p = 1; // expected-warning{{Dereference of null pointer}}
}