summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/cvh_unboxing/Main.lhs
blob: be874a525898dc292187ca09e69466a696db3948 (plain)
1
2
3
4
5
6
7
8
9
10
\begin{code}
{-# LANGUAGE MagicHash #-}

import GHC.Exts
import Types
import Append

main = putStr (show (append_FC_L_L (FC2 a_ a_) []))
   where a_ = case 'a' of { C# x -> x }
\end{code}