[project @ 2000-04-14 15:11:25 by sewardj]
[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}