[project @ 1997-12-17 14:10:59 by simonm]
[ghc-hetmet.git] / ghc / tests / programs / cvh_unboxing / Main.lhs
1 \begin{code}
2 import PrelBase
3 import Types
4 import Append
5
6 main = putStr (show (append_FC_L_L (FC2 a_ a_) []))
7    where a_ = case 'a' of { C# x -> x }
8 \end{code}