xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/msvc_forward.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: %clang -target i686-pc-win32 -loldnames -lkernel32.lib -luser32.lib -### %s 2>&1 | FileCheck %s
2*0a6a1f1dSLionel Sambuc // CHECK-NOT: "-loldnames.lib"
3f4a2713aSLionel Sambuc // CHECK-NOT: "-lkernel32.lib"
4f4a2713aSLionel Sambuc // CHECK-NOT: "-luser32.lib"
5*0a6a1f1dSLionel Sambuc // CHECK: "oldnames.lib"
6f4a2713aSLionel Sambuc // CHECK: "kernel32.lib"
7f4a2713aSLionel Sambuc // CHECK: "user32.lib"
8