1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -fno-recovery-ast -verify %s
5 class initializer_list
{ const E
*a
, *b
; };
7 auto c
= a
, &d
= {a
}; // expected-error {{'auto' deduced as 'int'}} \
8 expected
-error
{{non
-const lvalue reference to type
}}