Sign in
mpact
/
llvm-project
/
60fa2b0670b874b702ddb9f81d098af692ea6875
/
.
/
clang
/
test
/
Driver
/
solaris-ld-sld.c
blob: f65153784b769aaf1cf6c4bc785179bef13f9f8c [
file
] [
log
] [
blame
]
// REQUIRES: system-solaris
// Check that clang invokes the native ld.
// RUN: test -f /usr/gnu/bin/ld && env PATH=/usr/gnu/bin %clang -o %t.o %s
int
main
()
{
return
0
;
}