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