package bytecode;

import org.objectweb.asm.Opcodes;

public class ForTest extends JavaTXCompilerTest {
	
	public ForTest() {
		this.fileName = "For";
	}

}