1{fileheader}
2
3class StdClass
4	def initialize
5
6	end
7end
8
9x = StdClass.new
10
11