purescript-0.8.1.0: examples/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 * _