mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-29 08:19:01 -04:00
6 lines
272 B
C++
6 lines
272 B
C++
// RUN: clang-check "%s" -extra-arg=-Wunimplemented-warning -extra-arg-before=-Wunimplemented-warning-before -- -c 2>&1 | FileCheck %s
|
|
|
|
// CHECK: unknown warning option '-Wunimplemented-warning-before'
|
|
// CHECK: unknown warning option '-Wunimplemented-warning'
|
|
void a(){}
|