﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2310	referenced a variable that was not declared as a <variable>	Lennart Ochel	probably noone	"This model should probably be simulated without errors:

{{{#!mo
model foo
  Real a;
  Real b(fixed=true);
initial equation
  pre(a) = b^2;
equation
  der(a) = time;
  when initial() then
    b = pre(a);
  end when;
end foo;
}}}

output:
{{{
assert            | assert  | Referenced a variable that was not declared as a <variable>


Process crashed
}}}"	defect	new	high	1.9.0	Backend	trunk			
