Skip to content
Snippets Groups Projects
Commit 0b449d34 authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

Add a test for #16597

parent 04b4b984
No related branches found
No related tags found
No related merge requests found
module T16597 where
import T16597a (distinct)
showDistinct = show . distinct
{-# LANGUAGE DuplicateRecordFields #-}
module T16597a where
data Record = Record { distinct :: String }
test('T11173', [], multimod_compile, ['T11173', '-v0']) test('T11173', [], multimod_compile, ['T11173', '-v0'])
test('T12609', normal, compile, ['']) test('T12609', normal, compile, [''])
test('T16597', [], multimod_compile, ['T16597', '-v0'])
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