brintos

brintos / llvm-project-archived public Read only

0
0
Text · 286 B · 3977dc3 Raw
8 lines · c
1// Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.2// REQUIRES: system-windows3 4// RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s5// RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s6// CHECK: wildcard1.c7// CHECK: wildcard2.c8