7 | | throw 42; // { dg-message "throwing exception of type 'int' here\.\.\." } |
| | ^~ |
| | | |
| | (1) throwing exception of type ‘int’ here... |
8 | | } |
9 | | catch (int i) // { dg-message "\.\.\.catching exception of type 'int' here" } |
| | ~ |
| | | |
| | (2) ...catching exception of type ‘int’ here
|
10 | | { |
11 | | __analyzer_dump_path (); // { dg-message "path" } |
| | ~~~~~~~~~~~~~~~~~~~~~~~ |
| | | |
| | (3) ⚠️ here
|