package bytecode;

public class AssignToLitTest extends JavaTXCompilerTest {
	public AssignToLitTest() {
		this.fileName = "AssignToLit";
	}
}