libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto24.C
blobac1ba24f72d5a0193c16ef05e9c3e92bd7137b9a
1 // PR c++/48599
2 // { dg-do compile { target c++11 } }
3 // Allowed since DR2397.
5 int v[1];
6 auto (*p)[1] = &v;