﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2106	Code generation for arrays of records	Martin Sjölund	mahge	"We need to add support for arrays of records in function context
Currently our code looks something like:
{{{#!c
struct Complex_array _t;
alloc_struct Complex_array(&_t, 1, (modelica_integer) 2);
}}}

This needs to be something like...
{{{#!c
struct_array _t;
alloc_struct_array(&t, sizeof(struct Complex), 1, 2);
}}}"	defect	new	high	1.9.0	Code Generation	trunk			
