PatternLanguage
PatternLanguage copied to clipboard
Null-Pointer found in AST with recursive using declaration
The following snippet will cause Invalid parser result: Null-Pointer found in AST.
using P<auto T> = P<T>;
The following snippet will cause ImHex to crash with SIGSEGV.
using P<T> = P<T>;