two-checks-for-same-match.txt 156 B

12345678
  1. // Check that two distinct CHECK lines won't match the same string
  2. // RUN: not FileCheck -input-file %s %s
  3. ; CHECK: {{a[0-9]b}}
  4. ; CHECK: {{a[0-9]b}}
  5. a2b