aihc-cpp-1.0.0.2: test/Test/Fixtures/progress/hpp-file-macro-string-pattern.hs
{-# LANGUAGE LambdaCase #-}
f = \case
"__FILE__" -> "literal __FILE__ should stay untouched"
x -> x
g = __FILE__
{-# LANGUAGE LambdaCase #-}
f = \case
"__FILE__" -> "literal __FILE__ should stay untouched"
x -> x
g = __FILE__