ref: 8a6b73c2f818be805cf66e8ef165a383dfd8e173 dir: /tests/RecMdlA.hs/
module RecMdlA where import {-# SOURCE #-} RecMdl data A = A1 | A2 B deriving (Show) g :: Int -> Int g x = h x * 2