#!/usr/bin/posh

unset -f echo

echo foo

# Fails with:
#   5: echo: can't find function definition file
