purescript-0.15.15: tests/purs/failing/TopLevelCaseNoArgs.purs
-- @shouldFailWith DuplicateValueDeclaration module Main where import Prelude foo :: Number foo = 1 foo = 2
-- @shouldFailWith DuplicateValueDeclaration module Main where import Prelude foo :: Number foo = 1 foo = 2