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

$(let slurmp :: [Maybe]
      slurmp = []

   in pure [])