1
2// Test Y negation from entry point return
3
4float4 pos;
5
6float4 main() : SV_Position
7{
8    return pos;
9}
10