brintos

brintos / llvm-project-archived public Read only

0
0
Text · 105 B · e238480 Raw
5 lines · c
1static void f(void) {2  int *p = 0;3  *p = 1;       // expected-warning{{Dereference of null pointer}}4}5