|    10 |   int *p = calls_malloc(); /* { dg-message "possible return of NULL to 'test' from 'calls_malloc'" } */ | 
 |            ^~~~~~~~~~~~~~ | 
 |            | | 
 |            (5) possible return of NULL to ‘test’ from ‘calls_malloc’ | 
|    11 |   *p = 42; /* { dg-warning "dereference of possibly-NULL 'p'" } */ | 
 |   ~~~~~~~    | 
 |      | | 
 |      (6) ‘p’ could be NULL: unchecked value from (4) |