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
/
2 split
/
static
/
main_static.cpp
blob: ce79003e5deab7535cc0f33e5f86d99ad01089b1 (
plain
)
1
2
3
4
5
6
7
#include
<iostream>
int
do_cuda_stuff
(
void
);
int
main
(
void
)
{
return
do_cuda_stuff
();
}