package advancedcrash;

public interface CrashyInterface {
    void makeItLongerAndCrash();
}
