xref: /aosp_15_r20/external/llvm/test/Other/pipefail.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1REQUIRES: shell
2RUN: ((false | true) && echo true || echo false) | grep false
3