1 // { dg-do compile { target c++11 } }
2 
3 typedef int IRT[2];
4 
5 const IRT& ir = IRT{1,2};
6