---
const c = new class {};
void main(){}
---
Output with DMD/ld:
---
/d883/f491.o:(.data+0x0): undefined reference to `_D4f49112__anonclass16__vtblZ' collect2: error: ld returned 1 exit status --- errorlevel 1
---
http://dpaste.dzfl.pl/5c1cdae3c2aa
Comment #1 by robert.schadek — 2024-12-13T18:26:20Z