ref: 20f83a55fa8c814b5584fcfe03ed01feb0b1ba8b 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