#!/bin/sh
echo 'before dotcmd'
. "continue_subshell"
echo 'after dotcmd, return value:' ${?}
