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