var newfun = use("use.inc");


assert_equal("hello", greet())
break
// Include it a second time and see if there are any errors
use("use.inc")

assert_equal("hello", greet())

assert_equal("world", newfun())
