diff options
Diffstat (limited to 'Tests/Cuda/WithC/main.c')
-rw-r--r-- | Tests/Cuda/WithC/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Cuda/WithC/main.c b/Tests/Cuda/WithC/main.c new file mode 100644 index 0000000..f9101a7 --- /dev/null +++ b/Tests/Cuda/WithC/main.c @@ -0,0 +1,6 @@ +extern int use_cuda(void); + +int main() +{ + return use_cuda(); +} |