xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-timeout/short.py (revision dec815c8ecf041dfe6ef1c19d1217033bda8d54e)
1*75742410SDan Liew# RUN: %{python} %s
2*75742410SDan Liewfrom __future__ import print_function
3*75742410SDan Liew
4*75742410SDan Liewprint("short program")
5