blob: 6253be6af0f71510ac31f68a26f7b65f6c36c3e8 [file] [log] [blame] [edit]
// RUN: clspv -cl-std=CLC++ -inline-entry-points %s -o %t.spv
// RUN: spirv-dis -o %t2.spvasm %t.spv
// RUN: FileCheck %s < %t2.spvasm
// RUN: spirv-val --target-env vulkan1.0 %t.spv
// CHECK: OpSource OpenCL_CPP 100
void kernel test() {}