Compile with -unittest. Fails as of DMD 2.107.1.
```
immutable int[int] foo = [1:2];
unittest {}
void main() {}
```
Several symbols for the unittest in core.internal.newaa are missing:
_D4core8internal5newaa__T5EntryTSQBfQBdQx3FooTiZQx6__initZ
_D4core8internal5newaa3Foo6__initZ
_D4core8internal5newaa3Foo9__xtoHashFNbNeKxSQBqQBoQBiQBfZm
_D4core8internal5newaa3Foo11__xopEqualsMxFKxSQBrQBpQBjQBgZb
Yet another instance of symbols missing due to mismatched app/druntime flags.
Comment #1 by robert.schadek — 2024-12-07T13:43:18Z