Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stdout-and-stderr.sh
blob: f20de5d9042de259488ed02855913278276b0245 [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"a line on stdout"
echo
"a line on stderr"
1
>&
2