﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2968	Function pointers are not checked for being assigned before use	Per Östlund	Martin Sjölund	"This function currently segfaults without any error from the compiler:
{{{
function test
  output Integer n;

protected
  partial function func
    output Integer n;
  end func;

  func f; // <- Not assigned!
algorithm
  n := f();
end test;
}}}"	defect	closed	high	1.9.2	MetaModelica	trunk	fixed		
