]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pr23165.c.expected
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / pr23165.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-Wextra" } */
3 void foo (void)
4 {
5         if (0)
6           a: ; /* { dg-warning "empty body in an if-statement" } */
7
8
9 }