1// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
2
3__kernel void test()
4{
5}
6
7kernel void test1()
8{
9}
10