1 2 3 4 5 6 7
// error-pattern:`break` outside of loop fn main() { let pth = break; let rs: {t: ~str} = {t: pth}; }