Bug path

test_38a
‘test_38a’: events 1-2
850 int *ptr = NULL;
^~~
|
(1) ‘ptr’ is NULL
851 *ptr = i; /* { dg-warning "dereference of NULL 'ptr'" } */
~~~~~~~~
|
(2) dereference of NULL ‘ptr’