1 // PR c++/69560
2 // { dg-do compile { target { ia32 && c++11 } } }
3 
4 #define SA(X) static_assert ((X), #X)
5 SA(alignof(double) == 4);
6