repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc.dg
/
no-extra-load.m
blob
9b50e8358bacf4c35a7d08c129ab96028afe70be
1
/* { dg-do compile { target *-*-darwin* } } */
2
3
#import <Foundation/Foundation.h>
4
main() { [NSObject new]; }
5
6
/* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */