The program below segfaults (stack overflow) when generating the LLVM type. ``` struct S { s : S&; } ``` The generator needs to track which types have been defined instead of blindly recursing.
The program below segfaults (stack overflow) when generating the LLVM type.
The generator needs to track which types have been defined instead of blindly recursing.