Forward declaration of friend functions and operators
| 55 | |
| 56 | // Forward declaration of friend functions and operators |
| 57 | class block; |
| 58 | Ostream& operator<<(Ostream&, const block&); |
| 59 | |
| 60 | /*---------------------------------------------------------------------------*\ |
no outgoing calls
no test coverage detected