1struct Test { };
2
3static const Test Test_Empty;
4
5float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
6{
7    return 0;
8}
9