4 lines
89 B
C
4 lines
89 B
C
// RUN: echo 'I am some stdout' &&
|
|
// RUN: echo 'I am some stderr' 1>&2 &&
|
|
// RUN: false
|