// The code should call objc_msgSend directly, not through a pointer. /* { dg-do compile { target powerpc*-*-darwin* } } */ /* { dg-options "-O0 -fnext-runtime" } */ #include void foo(void) { Object *o; [o++ free]; } /* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */