aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/alignof4.C
blob: ca3c47ad67dc20a73242d4ef20680172c8d8d1cb (plain)
1
2
3
4
5
6
7
// PR c++/51316
// { dg-do compile { target c++11 } }

int main()
{
  alignof(int []);
}