purescript-0.12.0: tests/purs/failing/TransitiveDctorExport.purs
-- @shouldFailWith TransitiveExportError module Main (Y(..)) where type X = Int data Y = Y X
-- @shouldFailWith TransitiveExportError module Main (Y(..)) where type X = Int data Y = Y X