﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3598	C++ keywords as a Modelica variable inside of a function	Lennart Ochel	Niklas Worschech	"It seems that there are some issues similar to #3596 in the Cpp runtime as well. Please checkout following model:

{{{#!mo
model M
  function f
    input Real switch;
    output Real out = switch;
  end f;

  Real r = f(time);
end M;
}}}"	defect	assigned	high	Future	Cpp Run-time				
