1 // PR c++/59080 2 // { dg-require-effective-target c++11 } 3 4 #include <initializer_list> 5 6 auto foo[] = {}; // { dg-error "auto|unable to deduce" } 7