﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2417	Support arrayLayout	Adrian Pop		"It seems we don't support arrayLayout annotation.
From the specification:
{{{
function fie
input Real[:,:] a;
output Real b;
external;
annotation(arrayLayout = ""columnMajor"");
end fie;
This corresponds to the following C-prototype:
double fie(double *, size_t, size_t);
]
}}}
"	defect	assigned	low	Future	Code Generation	trunk			
