• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
2
3foo
4bar
5buzz
6
7// Use regex notation so the checks don't match themselves.
8OVERLAP: fo{{o}}
9AAAOVERLAP: ba{{r}}
10OVERLAP: buz{{z}}
11