Files
mercury/tests/invalid/undef_mode.m
Simon Taylor 867fd594c2 Fix bugs where undefined modes were causing map__lookup failures.
Estimated hours taken: 1

Fix bugs where undefined modes were causing map__lookup failures.

tests/invalid/Mmake
tests/invalid/undef_mode.m
tests/invalid/undef_mode.err_exp
        Add a test case.
1997-05-23 07:40:55 +00:00

7 lines
69 B
Mathematica

:- module undef_mode.
:- pred x(int).
:- mode x(foo) is det.
x(1).