1 /* Test that expand can generate correct loads of misaligned data even on
2 strict alignment platforms. */
5 /* { dg-options "-O0" } */
9 typedef unsigned int myint
__attribute__((aligned(1)));
17 #define cst (int) 0xdeadbeef
29 main (int argc
, char **argv
)
32 for (k
= 0; k
< NUM
; k
++)