Home | History | Annotate | Download | only in FileCheck
      1 ; RUN: FileCheck -check-prefix=A -input-file %s %s
      2 
      3 this should be matched
      4 
      5 ; B-DAG: foo
      6 
      7 ; A-DAG: {{this}} should be matched
      8