| 12 | int getVal() { return value; }; // inline should work just fine here, unlike Way 1 before |
| 13 | void mulVal(int mul); |
| 14 | void parentFunc() {} |
| 15 | const Parent *getAsConst() { return NULL; } |
| 16 | void *voidStar(void *something) { return something; } |
| 17 | bool getBoolean() { return true; } |