xref
: /
netbsd-src
/
external
/
apache2
/
llvm
/
dist
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-timeout
/
short.py
(revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
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