1*f4a2713aSLionel Sambuc // RUN: clang-check "%s" -extra-arg=-Wunimplemented-warning -extra-arg-before=-Wunimplemented-warning-before -- -c 2>&1 | FileCheck %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // CHECK: unknown warning option '-Wunimplemented-warning-before' 4*f4a2713aSLionel Sambuc // CHECK: unknown warning option '-Wunimplemented-warning' a()5*f4a2713aSLionel Sambucint a(){} 6