1 /* { dg-skip-if "requires hosted libstdc++ for stdlib malloc" { ! hostedlib } } */
8 void *result
= malloc (1024); /* { dg-message "allocated here" } */
9 return result
; /* { dg-warning "leak of 'result'" } */
14 calls_malloc (); /* { dg-message "calling 'calls_malloc' from 'test_1'" } */
17 static void callee (int i
)