purescript-0.15.15: 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