Skip to content
Snippets Groups Projects
Commit e6c957e4 authored by Arnaud Spiwack's avatar Arnaud Spiwack Committed by Marge Bot
Browse files

Add test for #25428

parent a362b943
No related branches found
No related tags found
No related merge requests found
{-# language LinearTypes #-}
module T25428 where
f :: () %1 -> Int
f x = let !() = x in 0
......@@ -48,3 +48,4 @@ test('LinearLetPoly', normal, compile, [''])
test('LinearListComprehension', normal, compile, ['-dlinear-core-lint'])
test('OmitFieldPat', normal, compile, ['-dcore-lint'])
test('T25515', normal, compile, ['-dcore-lint'])
test('T25428', expect_broken(25428), 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