#!/bin/sh
echo 'before return'
return
echo 'after return, return value:' 0
