|    49 |   char *password = called_by_test_6 (); /* { dg-message "returning sensitive value to 'test_6' from 'called_by_test_6'" } */ | 
 |                    ^~~~~~~~~~~~~~~~~~~ | 
 |                    | | 
 |                    (5) returning sensitive value to ‘test_6’ from ‘called_by_test_6’ | 
|    50 |   printf ("%s", password); /* { dg-warning "sensitive value 'password' written to output file \\\[CWE-532\\\]" } */ | 
 |   ~~~~~~~~~~~~~~~~~~~~~~~ | 
 |   | | 
 |   (6) sensitive value ‘password’ written to output file; acquired at (4) |