filecheck_prefix.hlsl 129 B

123456
  1. // RUN: %dxc -E main -T vs_6_0 %s | FileCheck -check-prefix=FOO %s
  2. // CHECK: this should be ignored
  3. // FOO: main
  4. void main() {}