gcc/gcc/testsuite/gcc.dg/pr105853.c

12 lines
274 B
C

/* { dg-do compile } */
/* { dg-options "-O2" } */
struct {
struct {
short e16[3];
}
} const eth_addr_zero = {{}}; /* { dg-warning "no semicolon at" } */
void compose_nd_na_ipv6_src() {
packet_set_nd(eth_addr_zero); /* { dg-warning "implicit declaration" } */
}