2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / unused-2.c
blob454606ec95ee3760b966865892e068e25ff58ef4
1 /* Copyright (C) 2000 Free Software Foundation.
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
5 /* { dg-do compile } */
6 /* { dg-options "-O2 -finline-functions -Wunused -Wreturn-type" } */
8 static void
9 foo ()
11 skip_it: ; /* { dg-warning "defined but not used" "unused label warning" } */
14 void
15 bar ()
17 foo ();