Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / windows-wildcard-expansion.c
blob3977dc399c72d561aee030b15efff71d4f57857e
1 // Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.
2 // REQUIRES: system-windows
4 // RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s
5 // RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s
6 // CHECK: wildcard1.c
7 // CHECK: wildcard2.c