summaryrefslogtreecommitdiff
path: root/Tests/Cuda/NotEnabled/lib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/NotEnabled/lib.cxx')
-rw-r--r--Tests/Cuda/NotEnabled/lib.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Cuda/NotEnabled/lib.cxx b/Tests/Cuda/NotEnabled/lib.cxx
new file mode 100644
index 000000000..5dae5a3f5
--- /dev/null
+++ b/Tests/Cuda/NotEnabled/lib.cxx
@@ -0,0 +1,5 @@
+
+int cxx_function(int input)
+{
+ return input;
+}