﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
66	Function and variable name collision for if	Thierry Delisle		"This code does not compile because the function can be evaluated for truthiness :
{{{
void next() {}

int main() {
	int * next = 0p;
	if( next ) {
		return 1;
	}
	return 0;
}
}}}"	defect	new	major	cfa-cc	1.0			
