|     9 |   |           throw 42; // { dg-message "\\(1\\) throwing exception of type 'int' here\.\.\." } | 
                          |       |   |                 ^~ | 
                          |       |   |                 | | 
                          |       |   |                 (1) throwing exception of type ‘int’ here... | 
                          |    10 |   |         } | 
                          |    11 |   |       catch (...) // { dg-message "\\(2\\) \.\.\.catching exception of type 'int' here" } | 
                          |       |   |              ~~~  | 
                          |       |   |              | | 
                          |       |   |              (2) ...catching exception of type ‘int’ here
  | 
                          |    12 |   |         { | 
                          |    13 |   |           throw; // { dg-message "\\(3\\) rethrowing exception of type 'int' here\.\.\." } | 
                          |       |   |           ~~~~~   | 
                          |       |   |           | | 
                          |       |   |           (3) rethrowing exception of type ‘int’ here... |