]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/unused-7.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / unused-7.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wunused" } */
3
4 static int a = 10; /* { dg-warning "defined but not used" } */
5