class library: freqscope - correctly initialize phase of LFSaw
[supercollider.git] / testsuite / sclang / sclang_crash_1.scd
blobad0d5d49d680334c1a3e3b89ac6a064b4f77363c
1 x = { 1+1 }.def;
2 x.instVarSize.do { |i|
3         i.debug("index");
4         x.instVarAt(i).postln
5 };
6 0.exit;