Sign in
llvm
/
llvm-project
/
refs/heads/users/tblah/taskloop-allocas-2
/
.
/
libclc
/
cmake
/
modules
/
CMakeCLCCompilerTest.cl
blob: e84fd83ba7edb2e4377b149b539fceded8d51141 [
file
] [
log
] [
blame
] [
edit
]
kernel void __test_clc
(
global int
*
out
)
{
*
out
=
0
; }