]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/return6.4
Copy libelf, libdwarf and common files from vendor/ to contrib/.
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / return6.4
1 # $FreeBSD$
2
3 while return 4; do exit 3; done