package bytecode;

public class OpTest extends JavaTXCompilerTest {
	public OpTest() {
		this.fileName = "Op";
	}
}