blob: 179d7e3a701476554ac92568f5001e47a3ebe8a7 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001 void fun() {
2 printf("%O [a] fun()\n", this_object());
3 }
4
5 void fun3() {
6 printf("%O [a] fun3()\n", this_object());
7 }
8