On Tuesday, 18 April 2023 at 19:49:04 UTC, DLearner wrote:
```
void main() {
   import std.stdio;
   extern(C) void ExtCallee();
```

Move that declaration out of main.

Reply via email to