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