]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/alignof4.C
AArch64: Improve costing of ctz
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / alignof4.C
1 // PR c++/51316
2 // { dg-do compile { target c++11 } }
3
4 int main()
5 {
6 alignof(int []);
7 }