```sloth "foo"! $test(func (run) { run("test 1") with ($argv = ["two", "args"]) { run("test 2: with args") } }) ```