blob: de66875a824aaf7904dbccb7f8383f8293bde867 [file] [log] [blame]
/* PR c/63495 */
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-std=gnu11" } */
struct __attribute__ ((aligned (8))) S { char c; };
_Static_assert (_Alignof (struct S) >= 8, "wrong alignment");