empty.hlsl 91 B

1234567
  1. // RUN: %dxc -E main -T ps_6_0 %s | FileCheck %s
  2. // CHECK: @main
  3. void main()
  4. {
  5. return;
  6. }