plugins-1.3: testsuite/hier/hier3/One.hs
module One where
import qualified Two
resource = "This is the sub-plugin of (" ++ Two.resource ++ ")"
module One where
import qualified Two
resource = "This is the sub-plugin of (" ++ Two.resource ++ ")"