Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
cuda
/
2 split
/
main.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
();
}