https://issues.dlang.org/show_bug.cgi?id=24389
--- Comment #4 from Iain Buclaw <[email protected]> --- (In reply to Jonathan M Davis from comment #2) > --- > void __qsort_r_compat(void *, size_t, size_t, void *, > int (*)(void *, const void *, const void *)); > __asm__(".symver " "__qsort_r_compat" ", " "qsort_r" "@" "FBSD_1.0"); > --- I know what that is - as far as I'm aware as of writing, the ImportC parser does not support top-level asm declarations. --
