jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

Improper output when importing core.stdc.limits #277

Open bachmeil opened 2 years ago

bachmeil commented 2 years ago

When I attempt to convert this header, the top looks like this:

eximport core.stdc.limits;

tern (C):

This is not the first time I've encountered this, but it's the first time I thought to report it when it happened.

jacob-carlborg commented 2 years ago

Yes, this is known issue.