2013-11-10 10:04:09 +08:00
|
|
|
// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
|
|
|
|
|
|
|
|
foo
|
|
|
|
bar
|
|
|
|
buzz
|
|
|
|
|
2016-06-17 03:38:48 +08:00
|
|
|
// Use regex notation so the checks don't match themselves.
|
|
|
|
OVERLAP: fo{{o}}
|
|
|
|
AAAOVERLAP: ba{{r}}
|
|
|
|
OVERLAP: buz{{z}}
|