diff options
Diffstat (limited to 'Tests/Cuda/SeparableCompCXXOnly/main.cpp')
-rw-r--r-- | Tests/Cuda/SeparableCompCXXOnly/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Cuda/SeparableCompCXXOnly/main.cpp b/Tests/Cuda/SeparableCompCXXOnly/main.cpp new file mode 100644 index 0000000..8135246 --- /dev/null +++ b/Tests/Cuda/SeparableCompCXXOnly/main.cpp @@ -0,0 +1,5 @@ + +int main(int, char const* []) +{ + return 0; +} |