[project @ 2001-08-10 13:55:58 by simonmar]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg050.hs
1 {-# OPTIONS -fvia-C #-}
2
3 -- test that the code generator can correctly compile code with
4 -- non-ASCII characters in it. (5.00 couldn't).
5
6 module Main (main, héllö_wòrld) where
7
8 main = héllö_wòrld
9
10 héllö_wòrld = print "héllö_wòrld\n"