summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recompTH/B1.hs
blob: c57def341701f5c4e0d342aadfdc60d28f4f8cf7 (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
module B where

b = [| print 0 |]