blob: 906ef30aab103ce44c29438f0f7bebd674c66f2a [file] [log] [blame]
template <class T>
void f(int i);
void g()
{
f<7>(3); // ERROR - no matching function.
}