aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_import_hello.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pub_import_hello.cu')
-rw-r--r--tests/pub_import_hello.cu6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pub_import_hello.cu b/tests/pub_import_hello.cu
new file mode 100644
index 0000000..a0aeb31
--- /dev/null
+++ b/tests/pub_import_hello.cu
@@ -0,0 +1,6 @@
+import "import/pub_import_hello.cu";
+
+main()
+{
+ hello();
+}