blob: 85b364489e811db29d3dead2d85d99d0cea93e2e [file]
// RUN: clang-check %s -- -Wdoes-not-exist --serialize-diagnostics /dev/null 2>&1 | FileCheck %s
// CHECK: warning: unknown warning option '-Wdoes-not-exist'
int main() {
return 0;
}