Home | History | Annotate | Download | only in FileCheck
      1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
      2 
      3 foo
      4 bar
      5 buzz
      6 
      7 OVERLAP: foo
      8 AAAOVERLAP: bar
      9 OVERLAP: buzz
     10