// RUN: %dxc -T lib_6_3 -auto-binding-space 11 -default-linkage external %s | FileCheck %s // CHECK: %"class.Texture2D" = type { float // CHECK: %"class.Texture2D >" = type { <4 x float> Texture2D T1; Texture2D T2; float foo() { return T1.Load(1) * T2.Load(2); }