|    36 | char test_5 (FILE *logfile) | 
 |      ^~~~~~ | 
 |      | | 
 |      (1) entry to ‘test_5’ | 
|    37 | { | 
|    38 |   char *password = getpass (">"); | 
 |                    ~~~~~~~~~~~~~ | 
 |                    | | 
 |                    (2) sensitive value acquired here | 
|    39 |   called_by_test_5 (password); /* { dg-message "passing sensitive value 'password' in call to 'called_by_test_5' from 'test_5'" } */ | 
 |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
 |   | | 
 |   (3) passing sensitive value ‘password’ in call to ‘called_by_test_5’ from ‘test_5’ |