blob: 5ebc22fd82074ce9fe1401fa2b7bd16ff0903e03 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void f0() {
int &ir = { 17 }; // expected-error{{reference to type 'int' cannot bind to an initializer list}}
}