Files
llvm-6502/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll
2009-11-10 02:41:17 +00:00

8 lines
101 B
LLVM

; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
; RUN: not grep 'hi' %t.1
; RUN: grep 'hello' %t.2