summaryrefslogtreecommitdiff
path: root/Tests/Cuda/SeparableCompCXXOnly/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/SeparableCompCXXOnly/main.cpp')
-rw-r--r--Tests/Cuda/SeparableCompCXXOnly/main.cpp5
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 000000000..813524614
--- /dev/null
+++ b/Tests/Cuda/SeparableCompCXXOnly/main.cpp
@@ -0,0 +1,5 @@
+
+int main(int, char const* [])
+{
+ return 0;
+}