| 1600 | |
| 1601 | struct TrueType { char sizer[1]; }; |
| 1602 | struct FalseType { char sizer[2]; }; |
| 1603 | |
| 1604 | TrueType& testStreamable( std::ostream& ); |
| 1605 | FalseType testStreamable( FalseType ); |
nothing calls this directly
no outgoing calls
no test coverage detected