blob: 87949a9e1220f2ad32347e549dc3ca66fd678030 [file] [log] [blame]
/* { dg-do run } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-mpreferred-stack-boundary=2" { target { i?86-*-* x86_64-*-* } } } */
long long x;
int main()
{
if (__alignof__(x) != 8)
__builtin_abort();
return 0;
}