blob: 18793c457a8c7ddcd60fc287756cf41c9508f6b1 [file] [log] [blame]
class Foo {
void m1() {
int x;
do {
x = 1;
} while (true);
}
}