Files
mercury/tests/invalid/external.m
Zoltan Somogyi fae472fe4b Add a test case for the change to make_hlds.m.
Estimated hours taken: 0.2

invalid/external.{m,exp}:
	Add a test case for the change to make_hlds.m.

invalid/Mmake:
	Enable the new test case.
1996-12-23 04:58:49 +00:00

13 lines
200 B
Mathematica

% This module tests the error message for malformed external declarations.
:- module external.
:- interface.
:- pred p(int, int).
:- mode p(in, out) is nondet.
:- implementation.
:- external(p).