plugins-1.0: testsuite/make/makeall001/Tiny.hs
module Tiny ( resource ) where
import API
import A
import B
import C
resource = tiny {
field = a ++ b ++ c
}
module Tiny ( resource ) where
import API
import A
import B
import C
resource = tiny {
field = a ++ b ++ c
}