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