Sign in
llvm
/
llvm-project
/
refs/heads/users/ojhunt/while-loop-scope
/
.
/
offload
/
unittests
/
OffloadAPI
/
device_code
/
noargs.cpp
blob: 58f989c714fedaa97498ada88233f8ed0b5ec728 [
file
] [
log
] [
blame
] [
edit
]
#include
<gpuintrin.h>
extern
"C"
__gpu_kernel
void
noargs
()
{
(
void
)
0
;
}