```D void main() { void function(noreturn) fun; fun(assert(0)); } ``` As of DMD 2.112.0, compiling this causes dmd to print `TYvoid` and crash.
As of DMD 2.112.0, compiling this causes dmd to print
TYvoidand crash.