package test.org.apache.bcel.generic;

public interface TInterface {
    public int runTest( int x );
}


