summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T9209.hs
blob: 46740ba7995cf7b87dc02de6d589432835262c13 (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}

module T9209 where

foo = let $( [d| x = 5 |] ) in x