Home | History | Annotate | Download | only in FileCheck
      1 // RUN: FileCheck -check-prefix=ONE -check-prefix=TWO -input-file %s %s
      2 
      3 foo
      4 bar
      5 ; ONE-LABEL: {{f}}oo
      6 ; TWO-NEXT: {{b}}ar
      7