#include class bar { bar() {} ~bar() {} void test() {} }; void test(bar& b) { printf("test\n"); }