| 265 | |
| 266 | struct c : public b { |
| 267 | c(sol::this_state ts, sol::this_environment te, int ab) : b(ts, te, ab) { |
| 268 | } |
| 269 | |
| 270 | c(sol::this_state ts, sol::this_environment te, int ab, int bc) : b(ts, te, ab, bc) { |
| 271 | } |
nothing calls this directly
no outgoing calls
no test coverage detected