﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
54	return not detected	Thierry Delisle	Rob Schluntz <rschlunt@…>	"{{{
#struct node {
	node * next;
};

static inline node *& get_next( node & this ) { return node.next; }
}}}

generates error : 
{{{
test.c:5:1 error: Non-void function returns no values: Return Statement, returning: 

}}}"	defect	closed	major	cfa-cc	1.0	fixed	return reference	
