Sign in
chromium
/
chromiumos
/
third_party
/
gcc
/
refs/heads/stabilize-R33-4982.B
/
.
/
gcc
/
testsuite
/
objc.dg
/
no-extra-load.m
blob: 75035357926cb1cf59e02a7d8a84591cf250f02b [
file
] [
log
] [
blame
] [
edit
]
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
#import <Foundation/Foundation.h>
main
()
{
[
NSObject
new
];
}
/* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */