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.
8 lines
174 B
8 lines
174 B
7 months ago
|
// 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; }
|