* transcode.c (make_econv_exception): add several instance variables
[ruby-svn.git] / benchmark / bm_vm1_not.rb
blobf139fed8be2bb7588bb1804cec99edc00310f4af
1 i = 0
2 obj = Object.new
4 while i<30000000 # while loop 1
5   i+= 1
6   !obj
7 end