summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T10420.hs
blob: 7b863445ec0e6dad95d2dfb69cbb881ae2e23b60 (plain)
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)