Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
1d159838a380d239fd280cb15e5a04c664f9cd61
/
.
/
utils
/
lit
/
ExampleTests
/
TclTest
/
tcl-redir-1.ll
blob: 61240ba45941b70136c5996b47dc0c668bfa4ce9 [
file
] [
log
] [
blame
]
; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
; RUN: not grep 'hi' %t.1
; RUN: grep 'hello' %t.2