1// REQUIRES: system-solaris2 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 %s6 7int main() { return 0; }8