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