hanchenye-llvm-project/clang/test/Parser/opencl-kernel.cl

10 lines
105 B
Common Lisp

// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
__kernel void test()
{
}
kernel void test1()
{
}