[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / solaris-ld-sld.c
blobf65153784b769aaf1cf6c4bc785179bef13f9f8c
1 // REQUIRES: system-solaris
3 // Check that clang invokes the native ld.
5 // RUN: test -f /usr/gnu/bin/ld && env PATH=/usr/gnu/bin %clang -o %t.o %s
7 int main() { return 0; }