corda/input/Test.java

10 lines
137 B
Java
Raw Normal View History

public class Test {
public static void main(String[] args) {
2007-06-21 18:35:24 +00:00
while (true) {
byte[] array = new byte[4 * 1024];
}
}
}