1 2 3 4 5 6 7 8
module Main where import LLVM.Codegen test = ppllvm main :: IO () main = putStrLn "Hello, Haskell!"