packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExplicitNamespaces/explicit-namespaces-import-data-wildcard.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE ExplicitNamespaces #-}

module ExplicitNamespacesImportDataWildcard where

-- GHC 9.16 adds namespace wildcards in import/export items.
-- Enable this when the oracle switches to GHC 9.16:
-- import M (data ..)

x :: ()
x = ()