summary refs log tree commit diff
path: root/haskell/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/app/Main.hs')
-rw-r--r--haskell/app/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/app/Main.hs b/haskell/app/Main.hs
index 65ae4a0..4b26cb2 100644
--- a/haskell/app/Main.hs
+++ b/haskell/app/Main.hs
@@ -1,4 +1,8 @@
 module Main where
 
+import LLVM.Codegen
+
+test = ppllvm
+
 main :: IO ()
 main = putStrLn "Hello, Haskell!"