repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
solaris-ld-sld.c
blob
f65153784b769aaf1cf6c4bc785179bef13f9f8c
1
// REQUIRES: system-solaris
2
3
// Check that clang invokes the native ld.
4
5
// RUN: test -f /usr/gnu/bin/ld && env PATH=/usr/gnu/bin %clang -o %t.o %s
6
7
int
main
() {
return
0
; }