summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/align2.C
blob: c9f3a8fae24b22ee20a051b55ad3b6dcf98d0f3d (plain)
1
2
3
4
5
// PR c++/69560
// { dg-do compile { target { ia32 && c++11 } } }

#define SA(X) static_assert ((X), #X)
SA(alignof(double) == 4);