ref: 0424d9cae9e87a6c3d3ecd6d5d8e36fbac1892af 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