Bug path

test_1
‘test_1’: events 1-2
6 int *q = malloc (1024);
^~~~~~~~~~~~~
|
(1) allocated here
[...]
9 return 42; /* { dg-warning "leak of 'q'" } */
~~
|
(2) ‘q’ leaks here; was allocated at (1)