Files
mercury/tests/hard_coded/no_fully_strict.m
Zoltan Somogyi 9ac2112a58 Added two old regression tests.
Estimated hours taken: 1

Added two old regression tests.
1996-07-22 09:03:50 +00:00

13 lines
191 B
Mathematica

:- module no_fully_strict.
:- interface.
:- import_module io.
:- pred main(io__state::di, io__state::uo) is det.
:- implementation.
:- import_module require.
main -->
{ error("oops") }.