Skip to content
Snippets Groups Projects
Commit 243e5687 authored by sof's avatar sof
Browse files

[project @ 1998-11-10 08:50:50 by sof]

_casm_ unfolding test
parent 2726167b
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,10 @@ TOP = ../.. ...@@ -2,8 +2,10 @@ TOP = ../..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_compile.mk include $(TOP)/mk/should_compile.mk
SRC_HC_OPTS += -noC -dcore-lint SRC_HC_OPTS += -dcore-lint
read004_HC_OPTS = -fno-implicit-prelude 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 include $(TOP)/mk/target.mk
module T1 where
malloc :: IO Int
malloc = _casm_ ``%r = 42;''
module T2 where
import T1
blah :: IO Int
blah = malloc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment