update test

This commit is contained in:
csmoe 2018-06-07 11:15:42 +08:00
parent 08da30d72c
commit 5cd76a3de5

View file

@ -1,8 +1,8 @@
// format with label break value.
fn main() {
{}
'emty_block: {}
{
'block: {
do_thing();
if condition_not_met() {
break 'block;