blob: 7016050f86e5513b4e46837134578af538eb261e [file] [log] [blame]
package simplecrash;
public interface CrashyInterface {
void makeItLongerAndCrash();
}