#!/bin/sh
unset FOO
unset IFS
set -euf

echo "Hello"
