﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5941	Metarecords in uniontypes that are used only in function output bindings are not defined in the .h file	Adrian Pop	Adrian Pop	"
Not working:
{{{
  function newDuplicate
    input NFLookupTree.Entry kept;
    input NFLookupTree.Entry duplicate;
    output Entry entry = ENTRY(kept, NONE(), {newEntry(duplicate)}, EntryType.DUPLICATE);
  end newDuplicate;
}}}
Missing definition of
{{{
extern struct record_description NFDuplicateTree_Entry_ENTRY__desc;
}}}
in the .h file.
"	defect	closed	high	1.16.0	MetaModelica		fixed		John Tinnerholm
