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