xref
: /
llvm-project
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-timeout
/
infinite_loop.py
(revision 4415678718ad471c84f024e20ce864ae1e79348a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# RUN: %{python} %s
2
while
True
:
3
pass
4