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 
main()7 int main() { return 0; }
8