blob: dbcf71eb7810cf5d4f73a4a59d5f30964a1228ed [file] [log] [blame]
// RUN: clspv %s -mfmt=c -o %t.inc
// RUN: FileCheck %s < %t.inc
// The first three words in the header.
// CHECK: {119734787,
// CHECK-NEXT: 65536,
// CHECK-NEXT: 1376256,
// The OpReturn and OpFunctionEnd towards the end.
// CHECK: 65789,
// CHECK-NEXT: 65592,
kernel void foo(global uint *a) {}