﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
234	Resolver allows assignment to declared function	mlbrooks		"{{{
void foo(void) {}
void bar(void) {}

int main() {
    foo = bar;
}
}}}
Actual: Error: `In function ‘_X4mainFi___1’ ... lvalue required as left operand of assignment`
Expected: Error: No reasonable alternatives for ?=?( foo, bar )

The reasonableness of the candidate that presumes to assign to the declared function has been seen causing an ambiguity between assigning to a local variable and assigning to the declared function, when ""obviously"" the local variable should be assigned to.
"	defect	new	trivial	cfa-cc	1.0			
