xref: /original-bsd/old/dbx/tests/mod/exp.mod (revision 1167dcb9)
1implementation module exp;
2type T = integer;
3end exp.
4