| 5 | |
| 6 | #ifdef WILL_NOT_COMPILE |
| 7 | struct Container {}; // #A Container without begin |
| 8 | int* begin(Container); // #B Free-function begin for Container |
| 9 | |
| 10 | struct OtherContainer { // #C Container with begin |
nothing calls this directly
no outgoing calls
no test coverage detected