summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Complex/dynamic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/Complex/dynamic.cpp')
-rw-r--r--Tests/Cuda/Complex/dynamic.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Cuda/Complex/dynamic.cpp b/Tests/Cuda/Complex/dynamic.cpp
new file mode 100644
index 0000000..d579f1e
--- /dev/null
+++ b/Tests/Cuda/Complex/dynamic.cpp
@@ -0,0 +1,5 @@
+
+int dynamic_base_func(int x)
+{
+ return x * x;
+}