Appearance
禁止使用未被引用的标签
声明但未在代码中使用的标签,就和占着茅坑不拉屎一样,要他干嘛
删除未被引用的标签
A: var foo = 0;
A: { if (foo()) { break A; } bar(); }