brintos

brintos / llvm-project-archived public Read only

0
0
Text · 174 B · f651537 Raw
8 lines · c
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