summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17376.hs
blob: ce6d7c7e872346a5d390731e9eb1470e5fa7c69d (plain)
1
2
3
4
5
6
7
module Lib where

import Data.Void

f :: Void -> ()
f x = case x of _ -> ()