exclude_generic_monomorph.toml 239 B

123456789101112131415161718192021222324
  1. language = "C"
  2. header = """
  3. #include <stdint.h>
  4. #if 0
  5. ''' '
  6. #endif
  7. typedef uint64_t Option_Foo;
  8. #if 0
  9. ' '''
  10. #endif
  11. #if 0
  12. from libc.stdint cimport uint64_t
  13. ctypedef uint64_t Option_Foo
  14. #endif
  15. """
  16. [export]
  17. exclude = [
  18. "Option_Foo",
  19. ]