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