brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · d20db97 Raw
7 lines · c
1/// Some macOS projects use -Xparser.2// RUN: %clang -c -o /dev/null -Xparser %s 2>&1 | FileCheck %s3 4// CHECK: warning: argument unused during compilation: '-Xparser' [-Wunused-command-line-argument]5 6void f(void) {}7