2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist57.C
blob6f662ef03b6679e46b0ec651d4b9b4497166f6af
1 // PR c++/50054
2 // { dg-do compile { target c++11 } }
4 void g( const int& (a)[1] ) {}  // { dg-error "21:declaration of .a. as array of references" }
6 int main () {
7     g( { 1, 2 } );              // { dg-error "initializer list" }