8sa1-gcc/gcc/testsuite/g++.dg/cpp0x/initlist-array1.C
Marek Polacek 3b29211acb Fix typo in test name.
From-SVN: r276770
2019-10-09 20:38:13 +00:00

6 lines
86 B
C

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