1*0a6a1f1dSLionel Sambuc // Clang does wildcard expansion on Windows. On other OSs, it's done by the shell. 2*0a6a1f1dSLionel Sambuc // REQUIRES: system-windows 3*0a6a1f1dSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s 5*0a6a1f1dSLionel Sambuc // RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s 6*0a6a1f1dSLionel Sambuc // CHECK: wildcard1.c 7*0a6a1f1dSLionel Sambuc // CHECK: wildcard2.c 8