8343cdb89e90f86b5d6edb1c74a56a2b7e99c7f4
[dragonfly.git] / tools / regression / bin / sh / builtins / for1.0
1 # $FreeBSD: src/tools/regression/bin/sh/builtins/for1.0,v 1.1 2011/10/28 23:02:21 jilles Exp $
2
3 false
4 for i in `false`; do exit 3; done