2 /* { dg-do compile } */
3 /* { dg-options "-O -Wno-incompatible-pointer-types" } */
6 struct C
{ struct B b
; } __attribute__ ((packed
));
10 long* g8 (void) { return p
; }
11 /* { dg-warning "may result in an unaligned pointer value" "" { target { ! default_packed } } .-1 } */