1 /* { dg-do compile } */
8 } __attribute__((scalar_storage_order("big-endian")));
11 } __attribute__((scalar_storage_order("little-endian")));
13 /* Neither of these should warn about incompatible scalar storage order
14 as NULL pointers are compatiable with both endian. */
15 struct Sb
*pb
= NULL
; /* { dg-bogus "" } */
16 struct Sl
*pl
= NULL
; /* { dg-bogus "" } */