1 // PR c++/51316
2 // { dg-do compile { target c++11 } }
3 
main()4 int main()
5 {
6   alignof(int []);
7 }
8