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