summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugins07.hs
blob: ddc2c5332240933646509fa00c03d40fc1118cf4 (plain)
1
2
3
4
5
6
module Main where

{-# NOINLINE x #-}
x = "foo"

main = putStrLn (show x)