086ac9f72bb88e9370ec63c9e5432b82483ed568
[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