#!/bin/sh
# POSIX_REF: 2.12 Shell Execution Environment
# DESCRIPTION: Subshell executes commands
# EXPECT_OUTPUT: hello
(echo hello)
