OSDN Git Service

2010-02-10 Joost VandeVondele <jv244@cam.ac.uk>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / unused-7.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wunused" } */
3
4 static int a = 10; /* { dg-warning "defined but not used" } */
5