// Run: %dxc -T cs_6_5 -E CS -fspv-target-env=vulkan1.2 // CHECK: error: store value of type 'RayQuery' is unsupported [numThreads(1,1,1)] void CS() { RayQuery q; RayQuery b = q; }