2 // RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -x hlsl -triple \
3 // RUN: dxil-pc-shadermodel6.3-library %s \
4 // RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s
6 // Make sure groupshared translated into address space 3.
7 // CHECK:@"?a@@3PAMA" = addrspace(3) global [10 x float]
9 groupshared float a[10];