packages feed

c2hs-0.19.1: tests/bugs/issue-97/Issue97A.chs

-- Foo.chs
{-# LANGUAGE EmptyDataDecls, ForeignFunctionInterface #-}
module Issue97A (
      Foo
    , FooPtr
    ) where

import Foreign

#include "issue97.h"

data Foo
{#pointer *foo_t as FooPtr -> Foo #}