Introduction I recently discovered a test-case that crashed cdecl: c++decl> explain int operator new(size_t)
Assertion failed: (ast != NULL), function c_ast_unpointer_qual, file c_ast_util.c, line 404.
zsh: abort (core dumped) c++decl FYI, it’s a negative test: operator new must return void*, not int. Briefly, cdecl is a program that helps you compose…