blob: c346306b08ca9855b57acd53b604439ba17d49bb [file] [log] [blame]
// RUN: clspv %s -o %t.spv
// RUN: clspv-reflection %t.spv -o %t.map
// RUN: FileCheck %s < %t.map -check-prefix=MAP
// RUN: spirv-val --target-env vulkan1.0 %t.spv
// MAP: kernel,test,arg,arg,argOrdinal,0,argKind,local,arrayElemSize,4,arrayNumElemSpecId,3
kernel void test(local int* arg) {}