summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15437.hs
blob: 22519276983fe90c7cbe5b1e34abdd41dfaecc73 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}
module T15437 where

import T15437A

f :: Int
f = $$(foo)