1 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -emit-llvm -o - -O0 %s | FileCheck %s
7 void main(unsigned GI : SV_GroupIndex) {
11 // Even at -O0 the subscript operators get inlined. The -O0 IR is a bit messy
12 // and confusing to follow so the match here is pretty weak.
14 // CHECK: define internal void @"?main@@YAXI@Z"