You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: FileCheck -input-file %s %s
|
|
2
|
|
3 aaa
|
|
4 bbb
|
|
5 ccc
|
|
6 CHECK: [[@LINE-3]] {{a}}aa
|
|
7 CHECK: [[@LINE-3]] {{b}}bb
|
|
8 CHECK: [[@LINE-3]] {{c}}cc
|
|
9 foobar
|
|
10 CHECK: [[@LINE-1]] {{foo}}bar
|
|
11
|
|
12 arst CHECK: [[@LINE]] {{a}}rst
|
|
13
|
|
14
|
|
|