blob: 1fb25d8f58c4ced678b131d10a549bf9fb04dc87 [file] [log] [blame]
Matt Arsenaultee4f5ea2013-11-10 02:04:09 +00001// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
2
3foo
4bar
5buzz
6
Paul Robinson18105822016-06-16 19:38:48 +00007// Use regex notation so the checks don't match themselves.
8OVERLAP: fo{{o}}
9AAAOVERLAP: ba{{r}}
10OVERLAP: buz{{z}}