purescript-0.12.0: tests/purs/failing/AnonArgument2.purs
-- @shouldFailWith IncorrectAnonymousArgument module Main where import Prelude test :: Int -> Int test = 1 + 2 * _
-- @shouldFailWith IncorrectAnonymousArgument module Main where import Prelude test :: Int -> Int test = 1 + 2 * _