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