#!/bin/sh
# POSIX_REF: 2.8.2 Exit Status for Commands
# DESCRIPTION: exit builtin sets custom exit code
# EXPECT_EXIT: 42
exit 42
