Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Parser
/
opencl-kernel.cl
blob: 01c7ed6b5ab69bb1a11a3909f48b73143bbc1c72 [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1
%
s -verify -pedantic -fsyntax-only
//
expected-no-diagnostics
__kernel void test
(
)
{
}
kernel void test1
(
)
{
}