﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1827	BackendDAE cannot represent NORETCALL equations	Martin Sjölund	somebody	"From: https://openmodelica.org/index.php?option=com_agora&task=topic&id=716&Itemid=87

BackendDAE cannot represent NORETCALL equations, which means I have no easy way to make the following code run :( We seem to store assert, terminate, etc on the side of the assertion. That might be possible here as well, I don't know these things...
{{{
model M
  Integer i;
equation
  when sample(0,0.1) then
    Modelica.Utilities.Streams.print(""printing at time: "" + String(time));
    i = pre(i) + 1;
  end when;
end M;
}}}"	defect	closed	high	1.9.0	Backend		fixed		Jens Frenkel Willi Braun Martin Sjölund
