Commit 41cdcc10 by Jason Merrill

new

From-SVN: r23401
parent c98927fa
// Test for not complaining about mismatches during unification.
// Build don't link:
template <void (*F)(int)> void f();
template <void (*F)(double)> void f();
extern void g(double);
void h ()
{
f<g>();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment