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