[Issue 22831] No error for malformed extern(C) main function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 1 17:50:45 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22831

Paul Backus <snarwin+bugzilla at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |snarwin+bugzilla at gmail.com

--- Comment #1 from Paul Backus <snarwin+bugzilla at gmail.com> ---
Note that on some platforms there are other possible signatures for main; e.g.,

extern (C) int main(int argc, char** argv, char** envp) { ... }

--


More information about the Digitalmars-d-bugs mailing list