1// RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s2// RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s3 4asdf5; SOMEPREFIX: {{t}}his_is_not_asdf6; ANOTHER: {{a}}sdf7 8