brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · 01c7ed6 Raw
11 lines · plain
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