Ticket #3658: TestComment.mo

File TestComment.mo, 138 bytes (added by casella, 9 years ago)
Line 
1package TestComment
2  model M1
3    Real x = 1;
4  end M1;
5 
6  model M2
7    // This is a comment
8    Real x = 1;
9  end M2;
10end TestComment;