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/import/priv_hello.cu | 1 + tests/import/pub_hello.cu | 1 + tests/import/pub_import_hello.cu | 1 + 3 files changed, 3 insertions(+) create mode 100644 tests/import/priv_hello.cu create mode 100644 tests/import/pub_hello.cu create mode 100644 tests/import/pub_import_hello.cu (limited to 'tests/import') diff --git a/tests/import/priv_hello.cu b/tests/import/priv_hello.cu new file mode 100644 index 0000000..970efcd --- /dev/null +++ b/tests/import/priv_hello.cu @@ -0,0 +1 @@ +hello(){} diff --git a/tests/import/pub_hello.cu b/tests/import/pub_hello.cu new file mode 100644 index 0000000..f26624e --- /dev/null +++ b/tests/import/pub_hello.cu @@ -0,0 +1 @@ +pub hello(){} diff --git a/tests/import/pub_import_hello.cu b/tests/import/pub_import_hello.cu new file mode 100644 index 0000000..4e6a851 --- /dev/null +++ b/tests/import/pub_import_hello.cu @@ -0,0 +1 @@ +pub import "pub_hello.cu"; -- cgit v1.3