]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/set-e/elif1.0
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304460, and update
[FreeBSD/FreeBSD.git] / bin / sh / tests / set-e / elif1.0
1 # $FreeBSD$
2 set -e
3 if false; then
4         :
5 elif false; then
6         :
7 fi