https://issues.dlang.org/show_bug.cgi?id=21938
Issue ID: 21938 Summary: importC: Support __attribute__ specifiers that could be mapped to D attributes Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component: dmd Assignee: nob...@puremagic.com Reporter: ibuc...@gdcproject.org To name a few potential __attribute__ candidates. - access (read_only, 1) - aligned - aligned (alignment) - always_inline - noreturn - nothrow - pure --