xref: /csrg-svn/old/dbx/tests/mod/imp1.mod (revision 44116)
1implementation module imp1;
2
3from exp import T, v;
4
5end imp1.
6