diff options
Diffstat (limited to 'Tests/Cuda/NotEnabled/lib.cxx')
-rw-r--r-- | Tests/Cuda/NotEnabled/lib.cxx | 5 |
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; +} |