xref
: /
aosp_15_r20
/
external
/
llvm
/
test
/
FileCheck
/
next-no-match.txt
(revision 9880d6810fe72a1726cb53787c6711e909410d58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: not FileCheck -input-file %s %s
2
3
foo
4
bar
5
; CHECK: foo
6
baz
7
; CHECK-NEXT: baz
8
9
10