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