// RUN: clang-cc %s -fsyntax-only -verify int test1() { throw; } // PR5071 template T f() { } template void g(T t) { return t * 2; // okay } template T h() { return 17; }