forked from OSchip/llvm-project
10 lines
105 B
Common Lisp
10 lines
105 B
Common Lisp
|
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
|
||
|
|
||
|
__kernel void test()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
kernel void test1()
|
||
|
{
|
||
|
}
|