1 // PR c++/51316
2 // { dg-options "-std=c++0x" }
3 
main()4 int main()
5 {
6   alignof(int []);
7 }
8