diff options
Diffstat (limited to 'tests/pub_hello.cu')
| -rw-r--r-- | tests/pub_hello.cu | 6 |
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(); +} |
