blob: 8aa60edefa37f979470351da77e6436e52bcf1f9 [file] [log] [blame]
int fun() {
printf("%O [c] fun()\n", this_object());
find_object("/doc/beispiele/shadow/aa")->fun();
}
void fun3() {
printf("%O [c] fun3()\n", this_object());
}
void do_shadow(object target) { shadow(target, 1); }