summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T22067.hs
blob: b171551752bc2b948788601b231ce7e69d535842 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}
module TTT where

a :: ()
a = let () = () in ()

b :: ()
b = let $([p|()|]) = () in ()