summaryrefslogtreecommitdiffstats
path: root/test/Parser/opencl-kernel.cl
blob: 3abb62b6169c5b2585720c0b1c1071d25b869ff3 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only

__kernel void test()
{
}

kernel void test1()
{
}