index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
cuda
/
17 separate compilation linking
/
b.h
blob: d8a0efcd9ca4b79452126e9c65537a9aebd55d17 (
plain
)
1
2
3
4
5
#define N 8
extern
__device__
int
g
[
N
];
extern
__device__
void
bar
(
void
);