summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15321.hs
blob: 0f0b4d51839e0b3d83feb271fd7a309fe303ec3a (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}

module T15321 where

foo :: String
foo = test

bar :: String
bar = $(_ "baz")