1 // RUN: %clang_cc1 -std=c++11 -verify -emit-llvm-only %s
2 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s -DCPP98
10 template<class E
> int f(std::initializer_list
<E
> il
);
15 //expected-error@-2{{expected expression}}
17 //expected-error@-4{{cannot compile}}