// $Id: pr199p.java,v 1.4 1999/06/08 19:01:22 shields Exp $ class Test { void method() { label: int j=1; j++; return; } }