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