Skip to content
Snippets Groups Projects
Commit 1a7c07b0 authored by Simon Peyton Jones's avatar Simon Peyton Jones Committed by Austin Seipp
Browse files

Test Trac #9023

(cherry picked from commit 616f54bd)
parent abb884fb
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE PatternSynonyms #-}
module T9023 where
pattern P a b = Just (a, b)
foo P{} = True
......@@ -9,3 +9,4 @@ test('num', normal, compile, [''])
test('incomplete', normal, compile, [''])
test('export', normal, compile, [''])
test('T8966', normal, compile, [''])
test('T9023', normal, compile, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment