UNPKG

postman

Version:

The Postman will help deliver messages around your application

36 lines (29 loc) 251 B
while (x) { x(); } while (x) { ; } while (x) x(); while (x) ; while (x) { if (x) { continue; } } label: while (x) { if (x) { continue label; } } label2: { f(); while (x) { if (x) { break label2; } } }