[project @ 2000-01-07 17:28:14 by simonmar]
authorsimonmar <unknown>
Fri, 7 Jan 2000 17:28:14 +0000 (17:28 +0000)
committersimonmar <unknown>
Fri, 7 Jan 2000 17:28:14 +0000 (17:28 +0000)
import Float# from PrelGHC

ghc/tests/codeGen/should_run/cg018.hs

index f0659d8..b230b00 100644 (file)
@@ -1,5 +1,6 @@
 -- !!! test of datatype with many unboxed fields
 --
+import PrelGHC( Float# )
 import PrelFloat
 
 main = putStr (shows (selectee1 + selectee2) "\n")