$ vtest=1234abcd $ ( echo $vtest ) 1234abcd
— sub-shells invoked from () take internal variables automatically, no need to export them first.