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