blob: 9b372b918c9692893082e5f6da23b4e1a9e70ae1 [file] [log] [blame]
public class A {
void foo() {
do; while (true);
}
}