mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 16:40:59 -04:00
6 lines
271 B
C++
6 lines
271 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'
|
|
int a(){}
|