1 2 3 4 5 6 7 8 9 10
module Main where import T10420a import RuleDefiningPlugin {-# NOINLINE x #-} x = "foo" main = putStrLn (show x)