OSDN Git Service

PR c++/51406
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / initlist-arrray1.C
1 // { dg-options -std=c++0x }
2
3 typedef int IRT[2];
4
5 const IRT& ir = IRT{1,2};