https://issues.dlang.org/show_bug.cgi?id=22831
Paul Backus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Backus <[email protected]> --- Note that on some platforms there are other possible signatures for main; e.g., extern (C) int main(int argc, char** argv, char** envp) { ... } --
