purescript-0.8.0.0: examples/failing/OperatorAliasNoExport.purs
-- @shouldFailWith TransitiveExportError module Test ((?!)) where infixl 4 what as ?! what :: forall a b. a -> b -> a what a _ = a
-- @shouldFailWith TransitiveExportError module Test ((?!)) where infixl 4 what as ?! what :: forall a b. a -> b -> a what a _ = a