ref: 9faf1dec1c5cef20366e2e5babc94e4376a8bb18 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