]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/return6.4
Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS is
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / return6.4
1 # $FreeBSD$
2
3 while return 4; do exit 3; done