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