Ticket #3980: testLib.mo

File testLib.mo, 98 bytes (added by anonymous, 8 years ago)
Line 
1function testLib "test"
2 input Real x;
3 output Real y;
4algorithm
5 y := 2 * x;
6end testLib;