purescript-0.15.15: 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 * _