| 422 | virtual int foo() const { return value; } |
| 423 | virtual void *void_foo() { return static_cast<void *>(&value); } |
| 424 | virtual void *get_self() { return static_cast<void *>(this); } |
| 425 | |
| 426 | private: |
| 427 | int value = 42; |
no outgoing calls
no test coverage detected