www.digitalmars.com         C & C++   DMDScript  

c++ - Infinite compiling

Extremely short line of code makes it infinite compiling.

```cpp
void*a=nullptr;
```

Compiling this code makes dmc run indefinitely, with scppn taking 
extremely a lot of processing power.
Aug 24 2022