xref
: /
llvm-project
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-timeout
/
short.py
(revision dec815c8ecf041dfe6ef1c19d1217033bda8d54e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# RUN: %{python} %s
2
from
__future__
import
print_function
3
4
print
(
"short program"
)
5