//TEST:REFLECTION:-profile ps_4_0 -target hlsl// Confirm that shader parameters in imported modules get reflected properly.__importreflect_imported_code;Texture2Dt;SamplerStates;cbufferC{floatc;}float4main():SV_Target{returnuse(t,s_i)+use(c)+use(t_i,s)+use(c_i);}