llvm-for-llvmta/utils/lit/tests/Inputs/shtest-timeout/infinite_loop.py
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

4 lines
41 B
Python

# RUN: %{python} %s
while True:
pass