summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/test-hooks-plugin.hs
blob: bf324f99662c8f5f4faf1454514b799413c8cdb8 (plain)
1
2
3
4
5
6
{-# OPTIONS -fplugin=Hooks.Plugin #-}
{-# LANGUAGE TemplateHaskell #-}
module Main where

main :: IO ()
main = print $( [|1|] )