ref: 655e90802b055f1c030bdf19c7ca3fa9e2f9cf3b 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