When declaring a function that returns a const result. --- const int const_int_fn(void); const int *const_int_fnptr(void); const int **const_int_fnptrptr(void);
@ibuclaw created dlang/dmd pull request #12584 "fix Issue 21967 - importC: Error function without 'this' cannot be 'const'" fixing this issue: - fix Issue 21967 - importC: Error function without 'this' cannot be 'const' https://github.com/dlang/dmd/pull/12584
Fixed committed as https://github.com/dlang/dmd/commit/9cff43750aa80bc4880a3bcf0b4d09d03b205a46