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/priv_hello.cu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/priv_hello.cu (limited to 'tests/priv_hello.cu') 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(); +} -- cgit v1.3