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