#!/bin/sh
echo 'before break'
break
echo 'after break, return value:' ${?}
