ref: 2dc297eb6a2d48cf1e8baae60e3f9edfc54a340a 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