1some text 2more text 3 4RUN: FileCheck %s --check-prefix=NEXT --input-file=%s 5NEXT: {{^}} 6NEXT-NEXT: more text 7 8RUN: FileCheck %s --check-prefix=SAME --input-file=%s 9SAME: {{^}} 10SAME-SAME: some text 11 12RUN: echo "" > %t 13RUN: echo "" >> %t 14RUN: FileCheck %s --check-prefix=EMPTY --input-file=%t 15EMPTY: {{^}} 16EMPTY-EMPTY: 17