llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-calls-external.txt

# Simple uses of '!'

# RUN: ! %{python} fail.py
# RUN: ! ! %{python} pass.py
# RUN: ! ! ! %{python} fail.py
# RUN: ! ! ! ! %{python} pass.py

# pass.py succeeds but we expect failure
# RUN: ! %{python} pass.py