Closed
Description
Bug imported from C2HS Trac
Trac ticket created: 2012-07-04T19:07:40-0700; last modified: 2012-07-05T00:16:38-0700
Priority: blocker
A library I'd like to write bindings to has a typedef of int64_t to a library-specific type name. c2hs seems to interpret that type as CInt, both in foreign import declarations and in {# type #} directives. It should interpret that type as a 64-bit integer type instead.