Fix test errors after r15-1394 for sizeof(int)==sizeof(long) [PR115545]
[official-gcc.git] / gcc / testsuite / gcc.dg / pr67338.c
blob7bfbef29be5058c00b87f9be492906fe77b2b9cd
1 /* PR c/67338 */
2 /* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
4 struct S { __attribute__((aligned (1 << 28))) double a; };