**Minimal reproducer**: ```Cpp2 z: type = { operator=: () = { } } ``` Commands: ```bash cppfront x.cpp2 ``` Expected result: A diagnostic. Actual result and error: ```output Segmentation fault (core dumped) ```