faust
faust copied to clipboard
Bad code puts compiler in infinite loop situation
It's the code that produces it, reduced to a minimal case.
Observed in faust 2.27.2 and the master-dev revision 4f6159a.
foo(x) = out letrec { 'out = foo; };
process = foo;