1 // RUN: %clang_cc1 -fsyntax-only -verify %s
6 template<class T
, class... Args
>
8 T
t(create
<Args
>()...); // expected-error{{variable has incomplete type 'int[]'}}
15 test
<int[]>(); // expected-note {{in instantiation of function template specialization 'test<int[]>' requested here}}