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