summaryrefslogtreecommitdiff
path: root/tests/Empty.java
blob: dc665df2bdbe30d70e784812bdf4d6b64a56158d (plain)
1
2
3
4
5
class Empty {
	public static void main(String[] a) {
		System.out.println(1);
	}
}