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