c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / pr95237-3.c
blob6941b6f154b509c38afb812c71b2ce4b2b357c5d
1 /* { dg-do run } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-mpreferred-stack-boundary=2" { target { i?86-*-* x86_64-*-* } } } */
4 int main()
6 long long x;
7 if (__alignof__(x) != 4)
8 __builtin_abort();
9 return 0;