package testing;

import java.lang.reflect.InvocationTargetException;

public class F {
	public void fun() throws InvocationTargetException {
	}
}

