

public final class Check {
  public static void main(String [] args) {
    Rethrow.rethrow(new Throwable());
  }
}
