Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
libclc
/
cmake
/
modules
/
CMakeCLCCompilerTest.cl
blob: e84fd83ba7edb2e4377b149b539fceded8d51141 [
file
] [
log
] [
blame
] [
edit
]
kernel void __test_clc
(
global int
*
out
)
{
*
out
=
0
; }