From 5b038666c3e911ffeb78a4d656044e5bd076705b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 23 Mar 2023 16:14:51 +0200 Subject: integrate parser work --- tests/pub_hello.cu | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/pub_hello.cu (limited to 'tests/pub_hello.cu') 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(); +} -- cgit v1.3