xref: /llvm-project/llvm/test/Other/pipefail.txt (revision 2a2a0973b8d67817c30a0105b7a09f87ec3b4fd1)
1REQUIRES: shell
2RUN: ((false | true) && echo true || echo false) | grep false
3