Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105853.c
blobc0a86ee6a196f5a7eee589f7724b7eea6b3eae92
1 /* { dg-do compile } */
2 /* { dg-options "-fpermissive -O2" } */
4 struct {
5 struct {
6 short e16[3];
8 } const eth_addr_zero = {{}}; /* { dg-warning "no semicolon at" } */
9 void compose_nd_na_ipv6_src() {
10 packet_set_nd(eth_addr_zero); /* { dg-warning "implicit declaration" } */