% Test the switch statement with a blank line after the switch clause function test_val = test_switch8 v = '3'; switch(v) case '3' vv = 111; end test_val = 1;