blob: ad427d7b1c4e8a7f1e4a9aac670f520ca7a94b34 [file] [log] [blame]
package test0100;
import java.util.*;
public class Test {
public void foo(int i ) {
while(true);
}
}