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