blob: 925ab16beadae890bd77f541e5528d6f2d9ba647 [file] [log] [blame]
// { dg-do compile { target c++11 } }
typedef int IRT[2];
const IRT& ir = IRT{1,2};