1210738Sjilles# $FreeBSD: releng/11.0/bin/sh/tests/builtins/eval6.0 249220 2013-04-06 22:30:46Z jilles $
2210738Sjilles
3210738Sjilles# eval should preserve $? from command substitutions when starting
4210738Sjilles# the parsed command.
5249220Sjilles[ $(false; eval 'echo $?' $(:)) = 0 ]
6