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