purescript-0.15.0: tests/purs/failing/IntAsRecordLabel.purs
-- @shouldFailWith ErrorParsingModule
module Main where
type IntAsRecordLabel = { 42 :: Int }
-- @shouldFailWith ErrorParsingModule
module Main where
type IntAsRecordLabel = { 42 :: Int }