// RUN: clang -fsyntax-only -Wunused-variable -verify %s template void f() { T t; t = 17; }