You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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; }
|