xref: /aosp_15_r20/external/llvm/test/FileCheck/line-count-2.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: FileCheck -input-file %s %s
2
3something else
4CHECK: {{some}}thing else
5
6foobar
7
8CHECK: {{foo}}bar
9ALMOSTCHECK
1010 wowomg
11CHECK: [[@LINE-1]] {{wow}}omg
12