[require]
shader model >= 5.0
shader model < 6.0
[effect]
struct s
{
Texture t;
float4 f;
};
[effect fail]
s var;