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/pub_import_hello.ek | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/pub_import_hello.ek (limited to 'tests/pub_import_hello.ek') diff --git a/tests/pub_import_hello.ek b/tests/pub_import_hello.ek new file mode 100644 index 0000000..a0aeb31 --- /dev/null +++ b/tests/pub_import_hello.ek @@ -0,0 +1,6 @@ +import "import/pub_import_hello.cu"; + +main() +{ + hello(); +} -- cgit v1.3