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