BetterC unexpected results

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Wed Jan 11 16:13:56 UTC 2023


Makes sense, you wrote a main function which only applies to having a 
druntime.

For -betterC, use the libc's main function:

```d
extern(C) void main() {

}
```


More information about the Digitalmars-d-learn mailing list