aboutsummaryrefslogtreecommitdiff
path: root/tests/priv_hello.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/priv_hello.ek')
-rw-r--r--tests/priv_hello.ek7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/priv_hello.ek b/tests/priv_hello.ek
new file mode 100644
index 0000000..ef0f4c9
--- /dev/null
+++ b/tests/priv_hello.ek
@@ -0,0 +1,7 @@
+import "import/priv_hello.cu"
+
+main()
+{
+ /* expect this to fail */
+ hello();
+}