[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Sema / warn-unused-variables-werror.c
blobbd974d13d47e79efca7a682ab15ff97f1c1e8bfe
1 // RUN: %clang_cc1 -fsyntax-only -Wunused-variable -Werror -verify %s
3 void f(void) {
4 int i; // expected-error{{unused}}
5 int j; // expected-error{{unused}}