package simplecrash;

public interface CrashyInterface {
    void makeItLongerAndCrash();
}
