ref: 0a6f76bc5c3e2d48b503734bc7ea7ed39292d182 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