ref: 747bad07c02e0d2855ab1d2d1c5db19f7181464c 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