1 /* Copyright (C) 2000 Free Software Foundation. */
2 /* Added extra line-breaks to check that diagnostics refer to correct token.
4 /* { dg-do compile } */
5 /* { dg-options "-Wunused" } */
7 typedef short unused_type
__attribute__ ((unused
));
12 x
/* { dg-warning "unused variable" "unused variable warning" } */