PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr67338.c
blob0fdc3024e8ec3b6a24dfef305b898916d8c9735e
1 /* PR c/67338 */
2 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
4 struct S { __attribute__((aligned (1 << 28))) double a; };