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

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