1 // RUN: %clang_cc1 -fsyntax-only -Wunused-variable -verify %s
2 struct __attribute__((warn_unused
)) Test
{
13 Test unused
; // expected-warning {{unused variable 'unused'}}
18 int i
__attribute__((warn_unused
)) = 12; // expected-warning {{'warn_unused' attribute only applies to structs, unions, and classes}}