blob: 079e1e9f041638dae64a20340bc2122e135c4639 [file] [log] [blame]
package com.example.myproject;
class Fail {
public static void main(String []args) {
System.exit(1);
}
}