blob: 01c7ed6b5ab69bb1a11a3909f48b73143bbc1c72 [file] [log] [blame]
Peter Collingbournef315fa82011-02-14 01:42:53 +00001// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Peter Collingbournef315fa82011-02-14 01:42:53 +00003
4__kernel void test()
5{
6}
7
8kernel void test1()
9{
10}