llvm-for-llvmta/utils/lit/tests/Inputs/shtest-timeout/infinite_loop.py

4 lines
41 B
Python
Raw Normal View History

2022-04-25 10:02:23 +02:00
# RUN: %{python} %s
while True:
pass