From 82cdf010329c4ac6827698689e7e39644fad07b6 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 6 May 2023 22:06:25 +0300 Subject: rename *.cu to *.ek + Name changes can be sort of difficult --- tests/priv_hello.ek | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/priv_hello.ek (limited to 'tests/priv_hello.ek') diff --git a/tests/priv_hello.ek b/tests/priv_hello.ek new file mode 100644 index 0000000..ef0f4c9 --- /dev/null +++ b/tests/priv_hello.ek @@ -0,0 +1,7 @@ +import "import/priv_hello.cu" + +main() +{ + /* expect this to fail */ + hello(); +} -- cgit v1.3