summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.mo
blob: 9c09dcb3c70ceeadf9a5926a8cc3ddf83ea1b0a3 (plain)
1
2
3
4
5
6
model Test
    parameter Real a = -1.0;
    Real x(start = 1.0);
equation
    der(x) = a * x;
end Test;