blob: 179d7e3a701476554ac92568f5001e47a3ebe8a7 [file] [log] [blame]
void fun() {
printf("%O [a] fun()\n", this_object());
}
void fun3() {
printf("%O [a] fun3()\n", this_object());
}