﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
141	conditional expression warning	pabuhr		"{{{
int main() {
    char c[1] = { 3 };
    int r = 3 < 4 ? c[0] : 4;
}
cfa test1.cfa
CFA Version 1.0.0 (debug)
test1.cfa:3:1 warning: rvalue to reference conversion of rvalue: constant expression (4 4: signed int)
}}}
This warning seems wrong."	defect	new	minor	cfa-cc	1.0			
