OSDN Git Service

In gcc/objc/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / no-extra-load.m
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
3
4 #import <Foundation/Foundation.h>
5 main() { [NSObject new]; }
6
7 /* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */