class TestSmall
{
	void test()
	{
		x;
		x = "Hallo";
		i;
		i = 17;
		j;
		j = i;
	}
}