﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
19	Functions taking array types and taking pointer types are conflicting overloads	Rob Schluntz	Rob Schluntz <rschlunt@…>	"{{{
extern ""C"" {
    void fred(int __env[1]);
    void fred(int *__env);
}

cfa test3.c
CFA Version 1.0.0 (debug)
test3.c:3 error: conflicting overload of C function fred: C function
  with parameters
    __env: C pointer to signed int
  returning 
    _retval_fred:       Attribute with name: unused
void 
}}}"	defect	closed	major	cfa-cc	1.0	fixed	include conflicting overload extern C linkage	
