[project @ 2001-08-23 10:51:19 by simonmar]
[ghc-hetmet.git] / ghc / tests / specialise / spec003 / Main.hs
1 -- Generation of BigTuples ... 
2
3 module Main where
4
5 import PreludeNum
6
7 main = putStr (show values)
8
9 values = (I# f1, I# f2, I# f3)
10