// RUN: %dxc -E main -T ps_6_0 %s | FileCheck %s // CHECK: @main float a; float main(snorm float b : B) : SV_DEPTH { return b + a; }