Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
243e5687
Commit
243e5687
authored
Nov 10, 1998
by
sof
Browse files
[project @ 1998-11-10 08:50:50 by sof]
_casm_ unfolding test
parent
2726167b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ghc/tests/reader/should_compile/Makefile
View file @
243e5687
...
...
@@ -2,8 +2,10 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/should_compile.mk
SRC_HC_OPTS
+=
-noC
-dcore-lint
SRC_HC_OPTS
+=
-dcore-lint
read004_HC_OPTS
=
-fno-implicit-prelude
read012_HC_OPTS
+=
-O
-funfold-casms-in-hi-file
-fglasgow-exts
read013_HC_OPTS
+=
-O
-funfold-casms-in-hi-file
-fglasgow-exts
include
$(TOP)/mk/target.mk
ghc/tests/reader/should_compile/read012.hs
0 → 100644
View file @
243e5687
module
T1
where
malloc
::
IO
Int
malloc
=
_casm_
``
%
r
=
42
;
''
ghc/tests/reader/should_compile/read013.hs
0 → 100644
View file @
243e5687
module
T2
where
import
T1
blah
::
IO
Int
blah
=
malloc
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment