ref: c6e8e33dc429495ac8a20e9a5d40f4ea2ceb787a 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