OSDN Git Service

+ * trans-mem.c (requires_barrier): Do not instrument thread local
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr23165.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wempty-body" } */
3 void foo (void)
4 {
5         if (0)
6           a: ; /* { dg-warning "empty body in an" } */
7
8
9 }