This came up in https://github.com/dlang/dmd/pull/14512#discussion_r985554928
No pressure in fixing this since the feature is rarely used, but:
```
void f() {}
void g() {}
pragma(startaddress, f);
pragma(startaddress, g);
```
Should raise an error.
Comment #1 by robert.schadek — 2024-12-13T19:24:56Z