repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
offload
/
test
/
Inputs
/
declare_indirect_func.c
blob
20ac6617649ad3adbd43e1ef43b5ea2c61763195
1
2
int
func
() {
return
42
; }
3
#pragma omp declare target indirect to(func)