aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_hello.cu
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-23 16:14:51 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-23 16:14:51 +0200
commit5b038666c3e911ffeb78a4d656044e5bd076705b (patch)
tree9b09b4f27c39ef6a0139a5eb9bfa5e98a250086c /tests/pub_hello.cu
parent70615379062cdd2e016f5095dfafd23a6dca148c (diff)
downloadek-5b038666c3e911ffeb78a4d656044e5bd076705b.tar.gz
ek-5b038666c3e911ffeb78a4d656044e5bd076705b.zip
integrate parser work
Diffstat (limited to 'tests/pub_hello.cu')
-rw-r--r--tests/pub_hello.cu6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pub_hello.cu b/tests/pub_hello.cu
new file mode 100644
index 0000000..e6bea3b
--- /dev/null
+++ b/tests/pub_hello.cu
@@ -0,0 +1,6 @@
+import "import/pub_hello.cu";
+
+main()
+{
+ hello();
+}