The following header file:
void testme(int a);
Can be translated with c2nim, but no matter what switches I use the importc pragma is never in the output .nim file. On the other hand examples from c2nim's documentation include the importc pragma in the generated output.
How can I get the same?