| 889 | }; |
| 890 | |
| 891 | struct SquareEmpty : Square { |
| 892 | int empty() { return 3; } |
| 893 | }; |
| 894 | |
| 895 | template <class TDrawable> |
| 896 | requires te::conceptify<TDrawable, DrawableConcept> void draw( |
nothing calls this directly
no outgoing calls
no test coverage detected